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

Function getClassVal

test/angular/1.5/angular-animate.js:1670–1672  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

1668 }
1669
1670 function getClassVal(element) {
1671 return element.attr('class') || '';
1672 }
1673
1674 function prepareInAnimation() {
1675 var endingClasses = filterCssClasses(getClassVal(inAnchor));

Callers 2

prepareAnchoredAnimationFunction · 0.70
prepareInAnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected