Skip to content

Commit ef3aa06

Browse files
committed
1 parent f3e6bb6 commit ef3aa06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<div class="form-group schema-form-{{form.type}} {{form.htmlClass}}"
2-
ng-class="{'has-error': form.disableErrorState !== true && hasError(), 'has-success': form.disableSuccessState !== true && hasSuccess(), 'has-feedback': form.feedback !== false }">
1+
<div class="form-group {{form.htmlClass}}"
2+
ng-class="{ '{{'schema-form-' + form.type}}': true, 'has-error': form.disableErrorState !== true && hasError(), 'has-success': form.disableSuccessState !== true && hasSuccess(), 'has-feedback': form.feedback !== false }">
33
<label class="control-label {{form.labelHtmlClass}}" ng-class="{'sr-only': !showTitle()}" for="{{form.key.slice(-1)[0]}}">{{form.title}}</label>
44

55
<input ng-if="!form.fieldAddonLeft && !form.fieldAddonRight"

0 commit comments

Comments
 (0)