We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
ngmin is not working seamlessly with our project setup.
ngmin
For example, if I run ngmin on one of our controllers (e.g. auth/controllers/login.js), this is what we get:
auth/controllers/login.js
exports = module.exports = function (ngModule) { ngModule.controller('LoginCtrl', function ($scope, alert, auth, layout) { ... }); }
The dependencies are not annotated correctly because ngmin doesn't know that ngModule is angular.module(...) since it's coming from external source.
ngModule
angular.module(...)
I think this work (btford/ngmin/pull/61) can be used for our purpose as well once it's pulled.
Also, see http://craigbeck.github.io/blog/2013/12/11/ui-dot-router-gotcha/ and btford/ngmin#54.
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: