MCPcopy Create free account
hub / github.com/EricSimons/ionic-course / runInvokeQueue

Function runInvokeQueue

code/songhop/www/lib/angular/angular.js:4069–4077  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

4067 loadedModules.put(module, true);
4068
4069 function runInvokeQueue(queue) {
4070 var i, ii;
4071 for (i = 0, ii = queue.length; i < ii; i++) {
4072 var invokeArgs = queue[i],
4073 provider = providerInjector.get(invokeArgs[0]);
4074
4075 provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
4076 }
4077 }
4078
4079 try {
4080 if (isString(module)) {

Callers 1

loadModulesFunction · 0.70

Calls 1

getMethod · 0.80

Tested by

no test coverage detected