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

Function endAnimations

lib/test/angular/1.5.0/angular-animate.js:1935–1940  ·  view source on GitHub ↗
(cancelled)

Source from the content-addressed store, hash-verified

1933 }
1934
1935 function endAnimations(cancelled) {
1936 if (!animationClosed) {
1937 (closeActiveAnimations || noop)(cancelled);
1938 onComplete(cancelled);
1939 }
1940 }
1941 }
1942 };
1943

Callers 1

angular-animate.jsFile · 0.70

Calls 1

onCompleteFunction · 0.70

Tested by

no test coverage detected