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

maybe look at using grunt-concat-sourcemap instead to map source files

The index.html template structures the ui-view inside a container and row then each partial is coded with the col-md-12 This makes it impossible for any partial to expand beyond the...

I seem to remember there being files for the default home route before? Or am I confusing that with the angular seed. It's weird that as soon as you generate...

So that we could run `yo cg-angular:state newState` and then get to choose options like its url, does it need a new template or controller (run partial sub-generator and inject...

I'm working on a single signon app, with multiple modules, gated by permission level and was wondering if anyone has an example utilizing this generator they'd be willing to share....

I am trying to add requirejs using the .yo-rc.json file. However I am not entirely sure how it would work as I need to inject some stuff in more than...

Updated gruntfile to account for sass. I started with grunt-contrib-compass, switched once I saw you went with grunt-sass. Not sure it matters that much (and this is faster for most...

Hi group, I want to help. But I'm an AngularJS newcomer. That being the case, I am making [this comparison](http://www.dancancro.com/comparison-of-angularjs-application-starters/) of AngularJS generators of which generator-cg-angular is part, and I...

I completely love this generator, but the lack of sub-generators for route, controller and modules is a show stopper for me. Please consider adding the above sub-generators. This is the...

BrowserSync is a cool way to open up the app across various devices. You can read the detailed documentation [here](https://github.com/shakyShane/browser-sync) You can also check how I've implemented BrowserSync in [my...