tern
tern copied to clipboard
Support $inject in angular plugin
trafficstars
This doesn't seem to be supported by Tern's AngularJS plugin, however it is now the recommended way to do dependency injection in Angular 1.x
+1 I use alot of John Papa's style guide where he recommends to use $inject.
I can't see anywhere in the plugin that refers to this.
I would love to contribute, but i'm not sure how to follow through the code.