MCPcopy Create free account
hub / github.com/apache/struts-examples / onProgress

Function onProgress

rest-angular/src/main/webapp/js/lib/angular/angular.js:5564–5569  ·  view source on GitHub ↗
(response)

Source from the content-addressed store, hash-verified

5562 });
5563
5564 function onProgress(response) {
5565 status = status && response;
5566 if (++count === runners.length) {
5567 callback(status);
5568 }
5569 }
5570 };
5571
5572 function AnimateRunner(host) {

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected