ng-view not displaying the correct template
ng-view is a directive in AngularJS (1.x) used with the $routeProvider (not ui-router) for basic routing. You use it to display the template associated with the current route: <div ng-view></div>….
ng-view is a directive in AngularJS (1.x) used with the $routeProvider (not ui-router) for basic routing. You use it to display the template associated with the current route: <div ng-view></div>….