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

Function isMatchingElement

lib/test/angular/1.5.0/angular-animate.js:2712–2714  ·  view source on GitHub ↗
(nodeOrElmA, nodeOrElmB)

Source from the content-addressed store, hash-verified

2710 }
2711
2712 function isMatchingElement(nodeOrElmA, nodeOrElmB) {
2713 return getDomNode(nodeOrElmA) === getDomNode(nodeOrElmB);
2714 }
2715
2716 /**
2717 * 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