generator-cg-angular icon indicating copy to clipboard operation
generator-cg-angular copied to clipboard

Yeoman generator for Enterprise Angular projects.

Results 70 generator-cg-angular issues
Sort by recently updated
recently updated
newest added

It seems that Karma doesn't like having grunt templates in addition to other values in the karma files config (Gruntfile.js). It's okay with a lone template... ``` javascript files: [''],...

Hi, While trying to create a sub-module, the following prompt is being fired on every keystroke: ? Where would you like to create the module (must specify a sub-directory)? Example:...

It would be really useful for there to be a command to be able to remove and rename a partials/modules/directives etc... For example: `yo cg-angular:module my-module --delete`

I find it pretty strange for a 'module' not to have it's own .html file. You will obviously cut your module into multiple partials, but you still need to define...

I think there should be a cg-angular:controller out of the box.....

Why controller is specified in view: ``` html ``` instead of in route: ``` js .when('/login', { templateUrl: 'partail/login.html', controller: 'LoginCtrl' }) ``` ? Isn't it good practice to do...

Yo cg-angular:controller method added in. Good for using separate controller for testing purposes, whether it be specified in a directive or using ui-router.

How about to integrate Protractor test framework?

would it be possible to move the dommunger into a function for a separate karma file for use with an IDE like this https://confluence.jetbrains.com/display/WI/Running+JavaScript+tests+with+Karma

Enhancement Accept and add build version to CSS and JS path in grunt build. It will helps to fix cache problem after build. Command maybe grunt build -v=1.2 After build...