Skip to content
New issue

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

Support anonymous factory #22

Closed
terasaka2k opened this issue Apr 14, 2013 · 2 comments
Closed

Support anonymous factory #22

terasaka2k opened this issue Apr 14, 2013 · 2 comments

Comments

@terasaka2k
Copy link

It would be nice to support anonymous factories.
Currently implicit injections like below fails because it is not converted to explicit ones.

$httpProvider.interceptors.push(function($someService) { ... })
@btford
Copy link
Owner

btford commented May 1, 2013

This seems like a bit more work than it's worth, but I'm willing to consider it for a future release.

@eddiemonge
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants