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

Function getDomNode

lib/test/angular/1.5.0/angular-animate.js:325–327  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

323}
324
325function getDomNode(element) {
326 return (element instanceof angular.element) ? element[0] : element;
327}
328
329function applyGeneratedPreparationClasses(element, event, options) {
330 var classes = '';

Callers 11

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

Calls

no outgoing calls

Tested by

no test coverage detected