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

Function invokeLaterAndSetModuleName

test/angular/1.4/angular.js:2267–2273  ·  view source on GitHub ↗

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

(provider, method)

Source from the content-addressed store, hash-verified

2265 * @returns {angular.Module}
2266 */
2267 function invokeLaterAndSetModuleName(provider, method) {
2268 return function(recipeName, factoryFunction) {
2269 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2270 invokeQueue.push([provider, method, arguments]);
2271 return moduleInstance;
2272 };
2273 }
2274 });
2275 };
2276 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected