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

Function invokeLaterAndSetModuleName

test/angular/1.5/angular.js:2391–2397  ·  view source on GitHub ↗

* @param {string} provider * @param {string} method * @returns {angular.Module}

(provider, method)

Source from the content-addressed store, hash-verified

2389 * @returns {angular.Module}
2390 */
2391 function invokeLaterAndSetModuleName(provider, method) {
2392 return function(recipeName, factoryFunction) {
2393 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2394 invokeQueue.push([provider, method, arguments]);
2395 return moduleInstance;
2396 };
2397 }
2398 });
2399 };
2400 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected