MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / invokeLater

Function invokeLater

lib/test/angular/1.5.0/angular.js:2260–2266  ·  view source on GitHub ↗

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

(provider, method, insertMethod, queue)

Source from the content-addressed store, hash-verified

2258 * @returns {angular.Module}
2259 */
2260 function invokeLater(provider, method, insertMethod, queue) {
2261 if (!queue) queue = invokeQueue;
2262 return function() {
2263 queue[insertMethod || 'push']([provider, method, arguments]);
2264 return moduleInstance;
2265 };
2266 }
2267
2268 /**
2269 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected