I am building a dynamic web app by using AngularJS. Is it possible to have multiple ng-view on a single template?
ng-view
Using regular ng-view module you cannot have more than one dynamic template.
However, this project enables you to do so (look for ui-router).
ui-router