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

Function isMatchingElement

test/angular/1.3/angular-animate.js:481–483  ·  view source on GitHub ↗
(elm1, elm2)

Source from the content-addressed store, hash-verified

479 }
480
481 function isMatchingElement(elm1, elm2) {
482 return extractElementNode(elm1) == extractElementNode(elm2);
483 }
484 var $$jqLite;
485 $provide.decorator('$animate',
486 ['$delegate', '$$q', '$injector', '$sniffer', '$rootElement', '$$asyncCallback', '$rootScope', '$document', '$templateRequest', '$$jqLite',

Callers 2

cleanupFunction · 0.70
animationsDisabledFunction · 0.70

Calls 1

extractElementNodeFunction · 0.70

Tested by

no test coverage detected