Running Yeoman 1.4.8. on Node 4.2.1 / NPM 2.14.7
I followed all of the steps in the Yeoman codelab and everything seems to be in place. I initially got the problem with angular-route (Javascript terminal showed no ngRoute resolution), so manually loaded via bower and checked that it was now available, so no errors shown.
However....
When I run grunt serve and go to the webpage, I get a plain webpage with just the nav elements at the top. It looks as though the main.js is not running or being routed to. Same issue with selecting the "About" page from the nav line.
Yo Doctor says everything is OK.
No errors being shown in the Javascript terminal.
Running Yeoman 1.4.8. on Node 4.2.1 / NPM 2.14.7 I followed all of the steps in the Yeoman codelab and everything seems to be in place. I initially got the problem with angular-route (Javascript terminal showed no ngRoute resolution), so manually loaded via bower and checked that it was now available, so no errors shown. However.... When I run grunt serve and go to the webpage, I get a plain webpage with just the nav elements at the top. It looks as though the main.js is not running or being routed to. Same issue with selecting the "About" page from the nav line. Yo Doctor says everything is OK. No errors being shown in the Javascript terminal.
Here's my app.js:
Here's my index.html: