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

Function runInvokeQueue

test/angular/1.7/angular.js:5026–5034  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

5024 loadedModules.set(module, true);
5025
5026 function runInvokeQueue(queue) {
5027 var i, ii;
5028 for (i = 0, ii = queue.length; i < ii; i++) {
5029 var invokeArgs = queue[i],
5030 provider = providerInjector.get(invokeArgs[0]);
5031
5032 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
5033 }
5034 }
5035
5036 try {
5037 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected