meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 177 forks source link

Fixed the path issues which were causing the auto generated crud modu… #260

Open mrtinkz opened 7 years ago

mrtinkz commented 7 years ago

Fixed the path issues which were causing the auto generated crud module from working.

chipro commented 7 years ago

I first ran into this issue when the livereload happened but only resulted in a blank ui-view! After some troubleshooting I also narrowed down to the templateUrl which missed a /.

In fact, not only meanjs:crud-module generator has this problem, but also meanjs:angular-view and meanjs:angular-route. The corresponding test files should be updated too.