MCPcopy Create free account
hub / github.com/angular-ui/ui-router / onAnimationComplete

Function onAnimationComplete

test/angular/1.5/angular-animate.js:1982–1988  ·  view source on GitHub ↗
(rejected)

Source from the content-addressed store, hash-verified

1980
1981 var resolved = false;
1982 var onAnimationComplete = function(rejected) {
1983 if (!resolved) {
1984 resolved = true;
1985 (endProgressCb || noop)(rejected);
1986 runner.complete(!rejected);
1987 }
1988 };
1989
1990 runner = new $$AnimateRunner({
1991 end: function() {

Callers 1

groupEventedAnimationsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected