Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 7400085

Browse files
committed
Update formly-field-select.html
1 parent c8ae371 commit 7400085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/directives/formly-field-select.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
ng-required="options.required"
1010
ng-disabled="options.disabled"
1111
ng-init="value = options.options[options.default]"
12-
ng-options="option.name group by option.group for option in options.options">
12+
ng-options="option.value as option.name group by option.group for option in options.options">
1313
</select>
1414
<p id="{{id}}_description" ng-if="options.description">{{options.description}}</p>
15-
</div>
15+
</div>

0 commit comments

Comments
 (0)