UNPKG

babel-plugin-angularjs-annotate

Version:

Babel plugin to add angularjs dependency injection annotations

9 lines (8 loc) 217 B
// this should preferably only add one of the inline array and $inject array // low prio to fix for now var foobar = (function() { return function(b) { "ngInject"; }; })(); myMod.service("b", foobar);