-
Notifications
You must be signed in to change notification settings - Fork 149
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 angular 1.5 component() #226
Comments
Please provide issues in the form of input, expected output, actual output. Include the version of ng-annotate and node that you are using. With pull requests, please include changes to the tests as well (tests/original.js, tests/with_annotations.js). https://github.com/olov/ng-annotate#issues-and-contributions |
@kether667: This was added in 5bfb3b1. Make sure you have the latest |
thanks, yea gulp-ng-annotate specifies 'ng-annotate': '^1.0.0', which doesn't update when typing npm install after i remove ng-annotate from node_modules it downloaded newest version |
This isn't working quite right for me. Here's my source file: $ ng-annotate -a intTaskExcelImportConfig.txt > annotated.txt Actual output: Expected output: I did notice that if I add /@ngInject/ then I do get the expected output. It'd be great if I didn't have to manually add this to my components since I don't do it in my directives. ng-annotate v1.2.1 |
currently controller of the component is not properly annotated
The text was updated successfully, but these errors were encountered: