我正在拉對象數組作爲$scope.templates
。我希望能夠爲我的ng-options數組中的選定選項設置$scope.item.steps
(我的選擇型號名稱)爲template.steps
的值。有沒有簡單的方法來做到這一點,而無需添加額外的控制器邏輯?如何將ng-option模型設置爲對象的值?
<select class="form-control" ng-options="template.name for template in templates" ng-model="item.steps">