You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2019. It is now read-only.
I am using ng-annotate so the annotation takes place automatically for me when i pass my scripts through gulp. It would be easier for me not to have verbose factory, service and providers. Is there a way i can do that with auto-complete? so that i can have
service('name',function(){});
instead of
service('name',['',function(){}])
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using ng-annotate so the annotation takes place automatically for me when i pass my scripts through gulp. It would be easier for me not to have verbose factory, service and providers. Is there a way i can do that with auto-complete? so that i can have
instead of
The text was updated successfully, but these errors were encountered: