MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / next

Function next

lib/test/angular/1.8.0/angular.js:6352–6366  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6350
6351 next();
6352 function next() {
6353 if (index === chain.length) {
6354 callback(true);
6355 return;
6356 }
6357
6358 chain[index](function(response) {
6359 if (response === false) {
6360 callback(false);
6361 return;
6362 }
6363 index++;
6364 next();
6365 });
6366 }
6367 };
6368
6369 AnimateRunner.all = function(runners, callback) {

Callers 2

plugins.jsFile · 0.50

Calls 1

callbackFunction · 0.70

Tested by

no test coverage detected