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
Like a lot of the angular core, I tend to write controllers something like this:
function MyController($scope) { /* ... */ } angular.module('MyApp').controller('MyController', MyController);
I didn't really understand the AST code very well, so don't know if this is possible.
The text was updated successfully, but these errors were encountered:
ngmin issues that works in ng-annotate by adding an explicit /* @ngIn…
7a14327
…ject */: btford/ngmin#84, btford/ngmin#83, btford/ngmin#81, btford/ngmin#79, btford/ngmin#69, btford/ngmin#65
Please try https://github.com/olov/ng-annotate. ngmin is now deprecated: #93
If your issue isn't resolved there please open an issue at https://github.com/olov/ng-annotate/issues
If you really want ngmin to fix this issue, feel free to fork it and use that.
Sorry, something went wrong.
No branches or pull requests
Like a lot of the angular core, I tend to write controllers something like this:
I didn't really understand the AST code very well, so don't know if this is possible.
The text was updated successfully, but these errors were encountered: