Closed qiu8310 closed 9 years ago
Sorry, should use your build version.
Correct. If you installed ng-annotate using npm then a simple var ngAnnotate = require("ng-annotate")
will work from your es5 application. If you've cloned the repo then you need to run the build-script first.
I write some cli program, and want use your ngAnnotate, like this:
It always get the errors:
On the other hand, can't figure out how to inject the --harmony flag to the cli program.