mirror of
https://github.com/bluetech/ng-annotate-patched.git
synced 2026-07-02 00:17:42 +08:00
rare double annotation todo test case
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// 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);
|
||||
Reference in New Issue
Block a user