We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b96fa3 commit 714dc7dCopy full SHA for 714dc7d
src/directives/schema-form.js
@@ -92,7 +92,7 @@ angular.module('schemaForm')
92
93
//Create directives from the form definition
94
angular.forEach(merged, function(obj, i) {
95
- var n = document.createElement(attrs.sfDecorator ||
+ var n = document.createElement(attrs.sfDefaultDecorator ||
96
snakeCase(schemaFormDecorators.defaultDecorator, '-'));
97
n.setAttribute('form', 'schemaForm.form[' + i + ']');
98
0 commit comments