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

Function jqLiteCleanData

test/angular/1.5/angular.js:2920–2924  ·  view source on GitHub ↗
(nodes)

Source from the content-addressed store, hash-verified

2918}
2919
2920function jqLiteCleanData(nodes) {
2921 for (var i = 0, ii = nodes.length; i < ii; i++) {
2922 jqLiteRemoveData(nodes[i]);
2923 }
2924}
2925
2926function jqLiteBuildFragment(html, context) {
2927 var tmp, tag, wrap,

Callers

nothing calls this directly

Calls 1

jqLiteRemoveDataFunction · 0.70

Tested by

no test coverage detected