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

Function invokeLater

lib/test/angular/1.6.7/angular.js:2587–2593  ·  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

2585 * @returns {angular.Module}
2586 */
2587 function invokeLater(provider, method, insertMethod, queue) {
2588 if (!queue) queue = invokeQueue;
2589 return function() {
2590 queue[insertMethod || 'push']([provider, method, arguments]);
2591 return moduleInstance;
2592 };
2593 }
2594
2595 /**
2596 * @param {string} provider

Callers 1

setupModuleLoaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected