关于angular下拉框使用ng-option的问题
我也踩过这个坑( 3 )
angular基础
详细描述
截图
代码
编辑于2024-11-23
-
[深圳|结业弟子]JS-黄麒二0编辑于2018-09-29
-
[上海|结业弟子]JS-燕赤霞0
我写的是
$scope.state =["草稿","上线"]
<select ng-init="selectedStates = states[0]" ng-model="selectedStates" ng-options="x for x in states"></select>ng-init="selectedStates = states[0]" 这个是设置了初始的选项,不会为空
编辑于2018-11-09
- 去第 页