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

Yeoman generator for AngularJS

Results 90 generator-angular issues
Sort by recently updated
recently updated
newest added

Anyone who wants to use html5mode with generator-angular has three problems to solve after `yo angular` is used to create a project: 1. Refreshing any page other than `/` results...

enhancement
docsneeded

I apologize in advance for this issue's massive length. I would like to start a discussion on some ways I think the generators could be changed to make the resulting...

enhancement
question

From what I understand, the Usemin task is supposed to transform the files referenced between the html comment tags, and replace those with a new file that's been transformed with...

I have the following configuration in my gruntfile: ``` // Performs rewrites based on filerev and the useminPrepare configuration usemin: { html: ['/{,*/}*.html'], css: ['/styles/{,*/}*.css'], js: ['/scripts/{,*/}*.js'], options: { assetsDirs:...

I am new to `yeoman generator-angular`, I created project using `yo angular`. I run `grunt serve` to launch demo example it works fine. When I try to run `grunt test`...

I have templateUrl in my directives and it is put up in the template folder just like there are views kept inside views folder but when I run grunt build,...

Hey, After running the generator and visiting /app/ you get missing resources, because all bower components seem to be linked to /app/bower_components/angular/angular.js /app/bower_components/... However, the generator directory structure is: /app/...

Hello, I think its time to update the npm dependancies versions to match the latest versions to avoid deprecation of components tree, for example the `grunt` version used is `0.4.5`...

pr-welcome

The build script doesn't contain any procedures for copying images from bower_component to images folder. Im using several libraries, and i have an own script for copying the items to...

I've been using it exclusively for some time now with no problems. I also personally don't use Compass, so I wouldn't miss it. I know there are those that do,...

enhancement