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

Function isMatchingElement

test/angular/1.2/angular-animate.js:336–338  ·  view source on GitHub ↗
(elm1, elm2)

Source from the content-addressed store, hash-verified

334 }
335
336 function isMatchingElement(elm1, elm2) {
337 return extractElementNode(elm1) == extractElementNode(elm2);
338 }
339
340 $provide.decorator('$animate', ['$delegate', '$injector', '$sniffer', '$rootElement', '$$asyncCallback', '$rootScope', '$document',
341 function($delegate, $injector, $sniffer, $rootElement, $$asyncCallback, $rootScope, $document) {

Callers 2

cleanupFunction · 0.70
animationsDisabledFunction · 0.70

Calls 1

extractElementNodeFunction · 0.70

Tested by

no test coverage detected