MCPcopy Create free account
hub / github.com/angular-ui/ui-router / wasInjectorCreated

Function wasInjectorCreated

test/angular/1.6/angular-mocks.js:2839–2841  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2837 injectorState = new InjectorState(),
2838 annotatedFunctions = [],
2839 wasInjectorCreated = function() {
2840 return !!currentSpec;
2841 };
2842
2843 angular.mock.$$annotate = angular.injector.$$annotate;
2844 angular.injector.$$annotate = function(fn) {

Callers 1

angular-mocks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected