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
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.