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

Function onProgress

test/angular/1.7/angular.js:6311–6316  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

6309 });
6310
6311 function onProgress(response) {
6312 status = status && response;
6313 if (++count === runners.length) {
6314 callback(status);
6315 }
6316 }
6317 };
6318
6319 function AnimateRunner(host) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected