FountainJS / generator-fountain-angular1

Yeoman 'fountain' generator to start a webapp with Angular 1
http://fountainjs.io
MIT License
95 stars 34 forks source link

Different generated templateUrl between component.js and component.spec.js #80

Closed zuhrasofyan closed 7 years ago

zuhrasofyan commented 7 years ago

Suppose I generate a component using command yo fountain-angular1:component --name myComponent --dir components/myComponent

The result will create: templateUrl: 'app/components/myComponent/myComponent.html' in myComponent.js but will create templateUrl: 'app/myComponent.html' in myComponent.spec.js

zckrs commented 7 years ago

Maybe fixed by https://github.com/FountainJS/generator-fountain-angular1/pull/76 ?