UI Deploy

Curated, Short, Web UI Dev we Love.

How to use multiple ng-view in a single page

we can use only one ng-view in single template but if we want to use multiple ng-view then we can use it by the ng-include, ng-switch or mapping different controllers and templates through the routeProvider.

view source

Advertisement