MCPcopy Create free account
hub / github.com/cafebazaar/blacksmith / invokeLater

Function invokeLater

web/static/bower_components/angular/angular.js:2218–2224  ·  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

2216 * @returns {angular.Module}
2217 */
2218 function invokeLater(provider, method, insertMethod, queue) {
2219 if (!queue) queue = invokeQueue;
2220 return function() {
2221 queue[insertMethod || 'push']([provider, method, arguments]);
2222 return moduleInstance;
2223 };
2224 }
2225
2226 /**
2227 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected