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

Function jqLiteClone

test/angular/1.7/angular.js:3266–3268  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

3264}
3265
3266function jqLiteClone(element) {
3267 return element.cloneNode(true);
3268}
3269
3270function jqLiteDealoc(element, onlyDescendants) {
3271 if (!onlyDescendants && jqLiteAcceptsData(element)) jqLite.cleanData([element]);

Callers 2

applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected