Skip to content

Commit 59ce414

Browse files
committed
Merge branch 'pre-existing-html-layout' of https://github.com/ebrehault/angular-schema-form into ebrehault-pre-existing-html-layout
Conflicts: dist/schema-form.js dist/schema-form.min.js
2 parents 560562f + 2fe8cf3 commit 59ce414

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

dist/schema-form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,7 @@ angular.module('schemaForm')
12911291
slot = null;
12921292
}
12931293
if(slot) {
1294+
slot.innerHTML = "";
12941295
slot.appendChild(n);
12951296
} else {
12961297
frag.appendChild(n);

0 commit comments

Comments
 (0)