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

Function runInvokeQueue

test/angular/1.6/angular.js:4998–5006  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4996 loadedModules.set(module, true);
4997
4998 function runInvokeQueue(queue) {
4999 var i, ii;
5000 for (i = 0, ii = queue.length; i < ii; i++) {
5001 var invokeArgs = queue[i],
5002 provider = providerInjector.get(invokeArgs[0]);
5003
5004 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
5005 }
5006 }
5007
5008 try {
5009 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected