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 76d9033 commit 17456cdCopy full SHA for 17456cd
src/directives/decorators/bootstrap/select.html
@@ -7,7 +7,7 @@
7
class="form-control"
8
schema-validate="form.schema"
9
ng-required="form.required"
10
- ng-options="val as name for (val,name) in form.titleMap">
+ ng-options="val as form.titleMap[val] for val in form.schema.enum">
11
</select>
12
<span class="help-block">{{ (hasError() && errorMessage(schemaError())) || form.description}} </span>
13
</div>
0 commit comments