标签:
1 解决 Select选择框遍历时,出现一个空白选项:
<select style="width: 20%;margin-left: 5px;height: 31px;" ng-model="selectDataForMonth" ng-options="b for b in selectData" ng-change="changeCustomer()" > <option value="">--请选择账期--</option> </select>
新增加一个集合<option value="">--请选择账期--</option> 即可;
标签:
原文地址:http://www.cnblogs.com/yazoon/p/5780598.html