generator-ng-component
generator-ng-component copied to clipboard
Component generators for AngularJS
Hey, so when I try and run any of the sub-generators from generator-angular-fullstack I get. `TypeError: Cannot read property 'indexOf' of undefined` Here's the full stacktrace. ``` D:\Desktop\whenDoesItEnd>yo angular-fullstack:route switch...
You never import the source file for the directive into the spec; shouldn't there be an import there?
Here is an attempt to comply to [John Papa Style Guide](https://github.com/johnpapa/angular-styleguide) as evoked in https://github.com/DaftMonk/generator-angular-fullstack/issues/1119.
Would a angular resource generator and template be an acceptable addition here? It could be useful by itself and also with other sub generators to create matching client and server...