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

Function isMatchingElement

test/angular/1.4/angular-animate.js:2720–2722  ·  view source on GitHub ↗
(nodeOrElmA, nodeOrElmB)

Source from the content-addressed store, hash-verified

2718 }
2719
2720 function isMatchingElement(nodeOrElmA, nodeOrElmB) {
2721 return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB);
2722 }
2723
2724 /**
2725 * 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