angularjs-in-action / angello

MIT License
247 stars 136 forks source link

Use UI-Router plugin #17

Open ThomasBurleson opened 10 years ago

ThomasBurleson commented 10 years ago

I strongly recommend that you do not use <div ng-view=""></div> in your HTML. This leads ultimately to complex code with your view compositions are non-trivial.

Consider using UI-Route with named-views and nestings (if appropriate).