slushjs / slush-angular

A slush generator for AngularJS using the Google Angular App Structure Recommendations
129 stars 32 forks source link

removed app name prefix from templateUrl #50

Closed the-james-burton closed 8 years ago

the-james-burton commented 8 years ago

I tried 'slush angular' today with fresh, new installs of node and gulp. I selected SASS and no coffee script. The app works fine except that the todo list is not shown in the browser. I made this very minor change to app.js and it now shows the todo app as I expected when running 'gulp serve'. Hope this helps.

joakimbeng commented 8 years ago

Thanks!

the-james-burton commented 8 years ago

You're welcome, I'm glad to have helped!