We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edec694 commit 9115081Copy full SHA for 9115081
src/directives/decorators/bootstrap/default.html
@@ -12,5 +12,7 @@
12
<span ng-if="form.feedback !== false"
13
class="form-control-feedback"
14
ng-class="evalInScope(form.feedback) || {'glyphicon': true, 'glyphicon-ok': hasSuccess(), 'glyphicon-remove': hasError() }"></span>
15
- <div class="help-block" ng-show="form.description" ng-bind-html="(hasError() && errorMessage(schemaError())) || form.description"></div>
+ <div class="help-block"
16
+ ng-show="(hasError() && errorMessage(schemaError())) || form.description"
17
+ ng-bind-html="(hasError() && errorMessage(schemaError())) || form.description"></div>
18
</div>
0 commit comments