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

Function wasInjectorCreated

test/angular/1.5/angular-mocks.js:2772–2774  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2770 injectorState = new InjectorState(),
2771 annotatedFunctions = [],
2772 wasInjectorCreated = function() {
2773 return !!currentSpec;
2774 };
2775
2776 angular.mock.$$annotate = angular.injector.$$annotate;
2777 angular.injector.$$annotate = function(fn) {

Callers 1

angular-mocks.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected