91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

angularjs中select賦值ng-options配置的示例分析

發布時間:2021-08-18 14:12:39 來源:億速云 閱讀:130 作者:小新 欄目:web開發

這篇文章主要介紹angularjs中select賦值ng-options配置的示例分析,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

數組方式

數據是數組

$scope.years = [2014, 2015, 2016];

頁面元素

 <select ng-model="item" ng-options="item as y for y in years">
 </select>

設置默認值

如果需要設置默認的選項,可以先設置一個參數:

$scope.item = 2016;
$scope.years = [2014, 2015, 2016];

對象數組方式

數據是對象數組

$scope.sites = [
 {site : "baidu", url : "https://www.baidu.com"},
 {site : "163", url : "http://www.163.com"},
 {site : "sina", url : "http://www.sina.com"}
];

頁面元素

 <select ng-model="s.site" ng-options="s.site as s.site group by site.group for s in sites">
 </select>

設置默認值

如果需要設置默認的選項,可以先設置一個參數:

$scope.site = "163";
$scope.sites = [
 {site : "baidu", url : "https://www.baidu.com"},
 {site : "163", url : "http://www.163.com"},
 {site : "sina", url : "http://www.sina.com"}
];

Key-Vules對象數組方式

數據是對象數組

$scope.cars = {
car1 : {brand : "BYD", model : "Y50", color : "red"},
car2 : {brand : "CC", model : "HF", color : "white"},
car3 : {brand : "JL", model : "JL10D", color : "black"}
};

頁面元素

<select ng-model="myCar" ng-options="y.brand for (x, y) in cars">
</select>

設置默認值

如果需要設置默認的選項,可以先設置一個參數:

$scope.site = "BYD";
$scope.cars = {
car1 : {brand : "BYD", model : "Y50", color : "red"},
car2 : {brand : "CC", model : "HF", color : "white"},
car3 : {brand : "JL", model : "JL10D", color : "black"}
};

angularjs ng-options官方API

數組類型:

label for value in array
select as label for value in array
label group by group for value in array
select as label group by group for value in array track by trackexpr

對象類型:

label for (key , value) in object
select as label for (key , value) in object
label group by group for (key, value) in object
select as label group by group for (key, value) in ob

以上是“angularjs中select賦值ng-options配置的示例分析”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

乌兰察布市| 通城县| 专栏| 鄂尔多斯市| 徐闻县| 锡林浩特市| 靖州| 镇原县| 凤山县| 文昌市| 平乡县| 鹤峰县| 乌拉特后旗| 威远县| 武清区| 龙井市| 泉州市| 菏泽市| 兴国县| 德保县| 琼结县| 玉龙| 黔西| 澳门| 无为县| 从化市| 镇平县| 汝南县| 临澧县| 奉新县| 建昌县| 沧州市| 石屏县| 明水县| 吴桥县| 河源市| 木兰县| 芒康县| 胶南市| 班玛县| 徐州市|