MCPcopy Index your code
hub / github.com/angular-ui/ui-router / onProgress

Function onProgress

test/angular/1.6/angular.js:6198–6203  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

6196 });
6197
6198 function onProgress(response) {
6199 status = status && response;
6200 if (++count === runners.length) {
6201 callback(status);
6202 }
6203 }
6204 };
6205
6206 function AnimateRunner(host) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected