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

Commit f17a944

Browse files
committed
fix options
1 parent 0072e0c commit f17a944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<md-select ng-model="model[options.key]">
2-
<md-option ng-repeat="item in model[options.templateOptions.options]" value="{{item.value}}">
3-
{{item.name}}
2+
<md-option ng-repeat="item in to.options" value="{{ item.value }}">
3+
{{ item.name }}
44
</md-option>
55
</md-select>

0 commit comments

Comments
 (0)