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

Function getClassVal

test/angular/1.7/angular-animate.js:1654–1656  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1652 }
1653
1654 function getClassVal(element) {
1655 return element.attr('class') || '';
1656 }
1657
1658 function prepareInAnimation() {
1659 var endingClasses = filterCssClasses(getClassVal(inAnchor));

Callers 2

prepareAnchoredAnimationFunction · 0.70
prepareInAnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected