MCPcopy Index your code
hub / github.com/angular-ui/ui-router / wasInjectorCreated

Function wasInjectorCreated

test/angular/1.7/angular-mocks.js:3107–3109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3105 injectorState = new InjectorState(),
3106 annotatedFunctions = [],
3107 wasInjectorCreated = function() {
3108 return !!currentSpec;
3109 };
3110
3111 angular.mock.$$annotate = angular.injector.$$annotate;
3112 angular.injector.$$annotate = function(fn) {

Callers 1

angular-mocks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected