Skip to content

Commit ccfe626

Browse files
committed
Update default.html
Accept pull changes from @schinkentanz pull request (json-schema-form/angular-schema-form#434)
1 parent 91ed9a1 commit ccfe626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<span ng-if="form.feedback !== false"
4343
class="form-control-feedback"
44-
ng-class="evalInScope(form.feedback) || {'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"
44+
ng-class="evalInScope(form.feedback) || {'glyphicon': true, 'glyphicon-ok': form.disableSuccessState !== true && hasSuccess(), 'glyphicon-remove': form.disableErrorState !== true && hasError() }"
4545
aria-hidden="true"></span>
4646

4747
<span ng-if="hasError() || hasSuccess()"

0 commit comments

Comments
 (0)