国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

angularjs select 賦值 ng-options配置方法

2019-11-19 14:16:42
字體:
來源:轉載
供稿:網友

數組方式

數據是數組

$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 arrayselect as label for value in arraylabel group by group for value in arrayselect as label group by group for value in array track by trackexpr

對象類型:

label for (key , value) in objectselect as label for (key , value) in objectlabel group by group for (key, value) in objectselect as label group by group for (key, value) in ob

以上這篇angularjs select 賦值 ng-options配置方法就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 苗栗县| 鄱阳县| 瓦房店市| 东兴市| 铜梁县| 台江县| 金乡县| 扶绥县| 镇康县| 武安市| 汶川县| 禹州市| 靖边县| 健康| 平昌县| 新营市| 电白县| 宁海县| 丹东市| 汽车| 瑞昌市| 察隅县| 鄂托克旗| 平泉县| 平遥县| 扎赉特旗| 新余市| 博湖县| 宁海县| 团风县| 原平市| 寻甸| 阳谷县| 筠连县| 宁海县| 海安县| 馆陶县| 永登县| 吉木萨尔县| 大洼县| 廊坊市|