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

Function invokeLaterAndSetModuleName

lib/test/angular/1.5.0/angular.js:2273–2279  ·  view source on GitHub ↗

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

(provider, method)

Source from the content-addressed store, hash-verified

2271 * @returns {angular.Module}
2272 */
2273 function invokeLaterAndSetModuleName(provider, method) {
2274 return function(recipeName, factoryFunction) {
2275 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2276 invokeQueue.push([provider, method, arguments]);
2277 return moduleInstance;
2278 };
2279 }
2280 });
2281 };
2282 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected