html代码为,如果ng-model的值在InPageSel里有的话,界面上是选中的。但是如果没有,界面上选择的是空白栏,界面下拉内容有很多,希望能做到默认选中第一个。
<select ng-model="auth_policy.p_info.high_action.action_annex.page" ng-options="en as en for en in InPageSel" style="width:150px;"></select>
js代码,select数据是从后台get过来然后放在InPageSel数组里的
$scope.InPageSel = [];
angular.forEach(data_select.script_pagelist,function(v,k){
this.push(v.page_name);
},$scope.InPageSel);
Terdapat banyak kaedah secara peribadi saya rasa kaedah yang paling stabil ialah:
<select ng-model="selected" ng-options="x.id as x.name for x in users"></select>
Anda boleh mempertimbangkan untuk memberikan auth_policy.p_info.high_action.action_annex.page nilai yang wujud dalam kandungan selepas mendapatkan