MCPcopy Index your code
hub / github.com/angular-ui/ui-router / isMatchingElement

Function isMatchingElement

test/angular/1.5/angular-animate.js:2745–2747  ·  view source on GitHub ↗
(nodeOrElmA, nodeOrElmB)

Source from the content-addressed store, hash-verified

2743 }
2744
2745 function isMatchingElement(nodeOrElmA, nodeOrElmB) {
2746 return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB);
2747 }
2748
2749 /**
2750 * This fn returns false if any of the following is true:

Callers 1

areAnimationsAllowedFunction · 0.70

Calls 1

getDomNodeFunction · 0.70

Tested by

no test coverage detected