rare double annotation todo test case

This commit is contained in:
Olov Lassus
2015-03-12 11:08:59 +01:00
parent 79162568c5
commit c7e074db25
+8
View File
@@ -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);