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

Function onProgress

test/angular/1.5/angular.js:5800–5805  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

5798 });
5799
5800 function onProgress(response) {
5801 status = status && response;
5802 if (++count === runners.length) {
5803 callback(status);
5804 }
5805 }
5806 };
5807
5808 function AnimateRunner(host) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected