MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / onComplete

Function onComplete

lib/test/angular/1.4.3/angular-animate.js:1650–1655  ·  view source on GitHub ↗
(success)

Source from the content-addressed store, hash-verified

1648 return runner;
1649
1650 function onComplete(success) {
1651 animationClosed = true;
1652 applyOptions();
1653 applyAnimationStyles(element, options);
1654 runner.complete(success);
1655 }
1656
1657 function endAnimations(cancelled) {
1658 if (!animationClosed) {

Callers 1

endAnimationsFunction · 0.70

Calls 2

applyOptionsFunction · 0.70
applyAnimationStylesFunction · 0.70

Tested by

no test coverage detected