问问题
1282 次
1 回答
0
您可以只使用ng-repeat
而不是ng-options
:
<select>
<option value="{{animal}}" ng-repeat="animal in Animals">{{animal}}</option>
</select>
见: http: //plnkr.co/edit/PgenyJEZVCh6dGrbQGuD
于 2013-10-26T15:55:48.543 回答