AngularJS ng-view not working

后端 未结 3 826
渐次进展
渐次进展 2021-01-12 22:24

So I followed this guide: http://viralpatel.net/blogs/angularjs-routing-and-views-tutorial-with-example/

But when I try to change the view nothing happens, anybody a

3条回答
  •  粉色の甜心
    2021-01-12 23:10

    Angular routes require the route module to be included as well. Here is the documentation that covers this.

    So, I think you may be missing the:

    
    

    In the of the page.

    *Note: this module used to be part of Angular, but was moved out recently (1.2?). So, some tutorials are still assuming that $route is built-in.

提交回复
热议问题