MCPcopy
hub / github.com/angular-ui/ui-router / closeAllAnimations

Function closeAllAnimations

test/angular/1.2/angular-animate.js:1220–1227  ·  view source on GitHub ↗
(elements)

Source from the content-addressed store, hash-verified

1218 }
1219
1220 function closeAllAnimations(elements) {
1221 forEach(elements, function(element) {
1222 var elementData = element.data(NG_ANIMATE_CSS_DATA_KEY);
1223 if(elementData) {
1224 (elementData.closeAnimationFn || noop)();
1225 }
1226 });
1227 }
1228
1229 function getElementAnimationDetails(element, cacheKey) {
1230 var data = cacheKey ? lookupCache[cacheKey] : null;

Callers 1

animationCloseHandlerFunction · 0.70

Calls 1

forEachFunction · 0.70

Tested by

no test coverage detected