-
Notifications
You must be signed in to change notification settings - Fork 149
Alternative declaration support #190
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
Comments
Should have looked more deeply into existing issues. |
Did you try |
Yeah I resolved to
Without the Regards |
Feel free to try the following instead:
|
I totally missed that in the docs, and also misunderstood it your comments. Apologies. Thanks for the support. |
Hey Guys,
I was noticing that there are hackish ways of implementing ng-annotate in compile-to-js languages, such as coffescript (i.e decalring a null statement)
While I believe that this is coffee-script's fault for not adding the comment on the declaration, I thought of a possible solution.
Is it possible to simply declare the $inject (as null, undefined, etc) property on the object we want annotated?
ng-anotate would populate the field on this line. Based on the object in question.
Regards.
The text was updated successfully, but these errors were encountered: