Skip to content

Commit 41a571c

Browse files
unknownunknown
authored andcommitted
Fix for IE11
1 parent a2e6ef2 commit 41a571c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/angular-json-editor.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,11 @@ angular.module('angular-json-editor', []).provider('JSONEditor', function () {
145145
var buttons = transclude(scope, function (clone) {
146146
return clone;
147147
});
148+
149+
transclude(scope, function (buttons) {
150+
element.append(buttons);
151+
});
148152

149-
element.append(buttons);
150153
});
151154
}
152155
};

0 commit comments

Comments
 (0)