MCPcopy Create free account
hub / github.com/angular-ui/ui-router / stripCommentsFromElement

Function stripCommentsFromElement

test/angular/1.3/angular-animate.js:477–479  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

475 }
476
477 function stripCommentsFromElement(element) {
478 return angular.element(extractElementNode(element));
479 }
480
481 function isMatchingElement(elm1, elm2) {
482 return extractElementNode(elm1) == extractElementNode(elm2);

Callers 1

angular-animate.jsFile · 0.70

Calls 1

extractElementNodeFunction · 0.70

Tested by

no test coverage detected