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

Function getDomNode

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

Source from the content-addressed store, hash-verified

303}
304
305function getDomNode(element) {
306 return (element instanceof jqLite) ? element[0] : element;
307}
308
309function applyGeneratedPreparationClasses($$jqLite, element, event, options) {
310 var classes = '';

Callers 6

angular-animate.jsFile · 0.70
prepareAnchoredAnimationFunction · 0.70
calculateAnchorStylesFunction · 0.70
queueAnimationFunction · 0.70
areAnimationsAllowedFunction · 0.70
groupAnimationsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected