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

The official generator-angular is not really maintained by anyone anymore. We're lucky that angular have such a strong community relying on Yeoman, so there's a lot of available alternative. I...

This solved the problem reported in #1199 for me. Closes #1199

I have tried to run example but ended up with issues like `Uncaught ReferenceError: angular is not defined` It looks like a lot of packages were deprecated and made `generator-angular`...

There is app folder that has the application content. 1. If I register service-worker in app folder, I cannot cache bower components and then app does not work offline. 2....

Generator fails with: ``` [19:42:09] Using gulpfile ~/Projects/skedul/gulpfile.js [19:42:09] Task 'wiredep' is not in your gulpfile [19:42:09] Please check the documentation for proper gulpfile formatting ``` It seems the generator...

I am getting an error while refreshing the current page. And the error is 404 page not found. Anyone please refer my issue.Thank You.

scripts files in bower_components not loaded when i tried gulp bower i get this error ``` Error: Error: angular is not installed. Try running `bower install`. at C:\tekportal\node_modules\wiredep\wiredep.js:30:56 at C:\tekportal\node_modules\wiredep\lib\detect-dependencies.js:145:29...

Whenever a file changes, it calls the "style" pipeline. ``` $.watch(paths.styles) .pipe($.plumber()) .pipe(styles()) .pipe($.connect.reload()); ``` However, if this is a imported file, the path passed to the line will be...

I would like to know if anyone has already stopped using Bower for using just NPM. If yes, have you updated Gruntfile for minified, etc? Thanks

GET http://127.0.0.1:35729/livereload.js?snipver=1 net::ERR_CONNECTION_REFUSED I only get this error while `grunt serve:dist` but `grunt serve` work fine. Any ideas why this might be happening ?