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

Function invokeLaterAndSetModuleName

lib/test/angular/1.4.3/angular.js:2203–2209  ·  view source on GitHub ↗

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

(provider, method)

Source from the content-addressed store, hash-verified

2201 * @returns {angular.Module}
2202 */
2203 function invokeLaterAndSetModuleName(provider, method) {
2204 return function(recipeName, factoryFunction) {
2205 if (factoryFunction && isFunction(factoryFunction)) factoryFunction.$$moduleName = name;
2206 invokeQueue.push([provider, method, arguments]);
2207 return moduleInstance;
2208 };
2209 }
2210 });
2211 };
2212 });

Callers 1

setupModuleLoaderFunction · 0.70

Calls 1

isFunctionFunction · 0.70

Tested by

no test coverage detected