MCPcopy
hub / github.com/angular-ui/ui-router / onProgress

Function onProgress

test/angular/1.4/angular.js:5524–5529  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

5522 });
5523
5524 function onProgress(response) {
5525 status = status && response;
5526 if (++count === runners.length) {
5527 callback(status);
5528 }
5529 }
5530 };
5531
5532 function AnimateRunner(host) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected