I try to use ui-view included in ng-view, and it does not work. But when I use ui-view near ng-view, ui-view work and in ng-view.
Don't work:
<div ng-view id="body-div"></div>
Work:
<div ui-view id="body-div"></div>
<div ui-view id="body-div"></div>
Example. http://plnkr.co/edit/WHWw5DNHBRWjo1JIGouq
You should not mix ng-view & ui-view. Only use ui-view if you plan to use ui-router.
See ui-router FAQ : Don't do that
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With