Open asso1985 opened 8 years ago
Same problem here, is there a solution ?
This is the same issue as #102, the version of ngAnnotate used by the cg-angular generator is outdated. To update it, in the root of your application there should be a package.json file. You need to change version on the line "grunt-ng-annotate" to "~0.10.0", and then save the file. Then from the command line and in the root directory of your app, run 'npm update grunt-ng-annotate'. Then try your build process again.
I'm getting this error after building or with serve:dist
It' very weird and I cannot get rid of it.
Here's the modules
angular .module('dmrApp', [ 'ngAnimate', 'ngCookies', 'ngTouch', 'ngSanitize', 'ngMessages', 'ngAria', 'ui.router', 'ui.bootstrap', 'ngStorage' ]);
Here's the structure :