How to use multiple ng-view in a single page Sep 9, 2015 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