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 9115081 commit 85fabf7Copy full SHA for 85fabf7
src/directives/decorators/bootstrap/select.html
@@ -9,5 +9,7 @@
9
ng-required="form.required"
10
ng-options="val as form.titleMap[val] for val in form.schema.enum">
11
</select>
12
- <div class="help-block" ng-show="form.description" ng-bind-html="(hasError() && errorMessage(schemaError())) || form.description"></div>
+ <div class="help-block"
13
+ ng-show="(hasError() && errorMessage(schemaError())) || form.description"
14
+ ng-bind-html="(hasError() && errorMessage(schemaError())) || form.description"></div>
15
</div>
0 commit comments