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

Function jqLiteClone

test/angular/1.4/angular.js:2859–2861  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2857}
2858
2859function jqLiteClone(element) {
2860 return element.cloneNode(true);
2861}
2862
2863function jqLiteDealoc(element, onlyDescendants) {
2864 if (!onlyDescendants) jqLiteRemoveData(element);

Callers 2

applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected