MCPcopy Create free account
hub / github.com/apache/cloudstack / invokeLater

Function invokeLater

tools/ngui/static/js/lib/angular.js:1290–1295  ·  view source on GitHub ↗

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

(provider, method, insertMethod)

Source from the content-addressed store, hash-verified

1288 * @returns {angular.Module}
1289 */
1290 function invokeLater(provider, method, insertMethod) {
1291 return function() {
1292 invokeQueue[insertMethod || 'push']([provider, method, arguments]);
1293 return moduleInstance;
1294 }
1295 }
1296 });
1297 };
1298 });

Callers 1

setupModuleLoaderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected