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

Function invokeLater

lib/test/angular/1.4.3/angular.js:2190–2196  ·  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

2188 * @returns {angular.Module}
2189 */
2190 function invokeLater(provider, method, insertMethod, queue) {
2191 if (!queue) queue = invokeQueue;
2192 return function() {
2193 queue[insertMethod || 'push']([provider, method, arguments]);
2194 return moduleInstance;
2195 };
2196 }
2197
2198 /**
2199 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected