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

Function stripCommentsFromElement

test/angular/1.2/angular-animate.js:332–334  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

330 }
331
332 function stripCommentsFromElement(element) {
333 return angular.element(extractElementNode(element));
334 }
335
336 function isMatchingElement(elm1, elm2) {
337 return extractElementNode(elm1) == extractElementNode(elm2);

Callers 1

angular-animate.jsFile · 0.70

Calls 1

extractElementNodeFunction · 0.70

Tested by

no test coverage detected