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

Function runInvokeQueue

test/angular/1.3/angular.js:4119–4127  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4117 loadedModules.put(module, true);
4118
4119 function runInvokeQueue(queue) {
4120 var i, ii;
4121 for (i = 0, ii = queue.length; i < ii; i++) {
4122 var invokeArgs = queue[i],
4123 provider = providerInjector.get(invokeArgs[0]);
4124
4125 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4126 }
4127 }
4128
4129 try {
4130 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected