angular / angular-seed

Seed project for angular apps.
http://angularjs.org/
MIT License
13.04k stars 6.94k forks source link

Getting this issue Please help.. #374

Closed amitgaur208 closed 7 years ago

amitgaur208 commented 7 years ago

capture

capture1 I have added angular.ja and route file but still i am getting the issue. I have written this code

$script([ 'angular.js', 'angular-route.min.js', 'app.js', 'view1/view1.js', 'view2/view2.js', 'components/version/version.js', 'components/version/version-directive.js', 'components/version/interpolate-filter.js' ], function() { // when all is done, execute bootstrap angular application angular.bootstrap(document, ['myApp']); });

gkalpak commented 7 years ago

This seems like a minification problem. Some files are minified and the angular global is renamed, so other files can't find it.

That said, this sounds like a general support question. Please, use one of the appropriate support channels for these types of questions. GitHub issues are reserved for bug reports and feature requests.

Thx !