-
Notifications
You must be signed in to change notification settings - Fork 150
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 for http interceptors #21
Comments
Thanks for filing the issue! I'll fix so that You will also be able to do var interceptor = /*@ngInject*/ function($scope) {..};
$httpProvider.interceptors.push(interceptor); ( I hope to be able to put this issue to rest once I've put some kids to sleep. :) |
Can't wait for |
=> 0.9.0 |
Wow, that was fast ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Http interceptors are not annotated :-)
It should output :
The text was updated successfully, but these errors were encountered: