9 lines
217 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
// 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);