There was an error while loading. Please reload this page.
1 parent 26466ca commit 7454818Copy full SHA for 7454818
src/directives/schema-form.js
@@ -95,6 +95,7 @@ angular.module('schemaForm')
95
slot = null;
96
}
97
if(slot) {
98
+ slot.innerHTML = "";
99
slot.appendChild(n);
100
} else {
101
frag.appendChild(n);
0 commit comments