Skip to content

Commit 23fd92d

Browse files
committed
Merge branch 'patch-1' of https://github.com/DennisHalmstad/angular-schema-form into DennisHalmstad-patch-1
2 parents 8098226 + 80a2428 commit 23fd92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/decorators/bootstrap/select.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sf-changed="form"
1010
class="form-control {{form.fieldHtmlClass}}"
1111
schema-validate="form"
12-
ng-options="item.value as item.name for item in form.titleMap"
12+
ng-options="item.value as item.name group by item.group for item in form.titleMap"
1313
name="{{form.key.slice(-1)[0]}}">
1414
</select>
1515
<div class="help-block" sf-message="form.description"></div>

0 commit comments

Comments
 (0)