MCPcopy
hub / github.com/angular-ui/ui-grid / invokeLater

Function invokeLater

lib/test/angular/1.8.0/angular.js:2622–2628  ·  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

2620 * @returns {angular.Module}
2621 */
2622 function invokeLater(provider, method, insertMethod, queue) {
2623 if (!queue) queue = invokeQueue;
2624 return function() {
2625 queue[insertMethod || 'push']([provider, method, arguments]);
2626 return moduleInstance;
2627 };
2628 }
2629
2630 /**
2631 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected