MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / getDomNode

Function getDomNode

lib/test/angular/1.4.3/angular-animate.js:255–257  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

253}
254
255function getDomNode(element) {
256 return (element instanceof angular.element) ? element[0] : element;
257}
258
259var $$rAFSchedulerFactory = ['$$rAF', function($$rAF) {
260 var tickQueue = [];

Callers 13

angular-animate.jsFile · 0.70
initFunction · 0.70
prepareAnchoredAnimationFunction · 0.70
calculateAnchorStylesFunction · 0.70
findCallbacksFunction · 0.70
queueAnimationFunction · 0.70
closeChildAnimationsFunction · 0.70
isMatchingElementFunction · 0.70
triggerAnimationStartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected