MCPcopy
hub / github.com/angular-ui/ui-router / runInvokeQueue

Function runInvokeQueue

test/angular/1.4/angular.js:4470–4478  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4468 loadedModules.put(module, true);
4469
4470 function runInvokeQueue(queue) {
4471 var i, ii;
4472 for (i = 0, ii = queue.length; i < ii; i++) {
4473 var invokeArgs = queue[i],
4474 provider = providerInjector.get(invokeArgs[0]);
4475
4476 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4477 }
4478 }
4479
4480 try {
4481 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected