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

Function invokeLater

lib/test/angular/1.7.0/angular.js:2562–2568  ·  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

2560 * @returns {angular.Module}
2561 */
2562 function invokeLater(provider, method, insertMethod, queue) {
2563 if (!queue) queue = invokeQueue;
2564 return function() {
2565 queue[insertMethod || 'push']([provider, method, arguments]);
2566 return moduleInstance;
2567 };
2568 }
2569
2570 /**
2571 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected