You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
Well, right out of installation, I run yo angular choose angular-route and angular-resource, everything installs fine. I run grunt and it also installs just fine. I then run grunt serve, the web server is started normally but the routing doesn't work.
I click on 'about' and nothing happens, but the controller and the view are there. I get to the index.html and notice that the links are wrong. It is just <li><a ng-href="#/about">About</a></li>. When I click nothing happens. Adding a '!' after the '#' it works just fine.
I'm not the biggest expert in angularjs around, in fact testing this generator for study purposes, so, there is indeed this issue or am I missing something?