Hacker News new | ask | show | jobs
by eduardordm 4848 days ago
ng-view is not simply a view (I think the name confuses most users), if you want multiple ng-views you will probably need more routers. Maybe there are some use cases for it, I just can't really think of one. You will pretty much split your application in N.

You really really really really want to keep those kind of things in directives.

Anyway, I read about it sometime ago on a github issue it is 'planned'.