We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ed9a1 commit ccfe626Copy full SHA for ccfe626
src/default.html
@@ -41,7 +41,7 @@
41
42
<span ng-if="form.feedback !== false"
43
class="form-control-feedback"
44
- ng-class="evalInScope(form.feedback) || {'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"
+ ng-class="evalInScope(form.feedback) || {'glyphicon': true, 'glyphicon-ok': form.disableSuccessState !== true && hasSuccess(), 'glyphicon-remove': form.disableErrorState !== true && hasError() }"
45
aria-hidden="true"></span>
46
47
<span ng-if="hasError() || hasSuccess()"
0 commit comments