<select ng-model="et.edate" ng-options="et.edate as et.edate for et in endTimeArr" ng-change="getET(et.edate)" class="ng-pristine ng-untouched ng-valid">
<option value="?" selected="selected"></option>
<option value="string:2016-07-07 21:00" label="2016-07-07 21:00">2016-07-021:00</option>
<option value="string:2016-07-07 21:30" label="2016-07-07 21:30">2016-07-07 21:30</option>
</select>
請問 這個是怎麼出來的 如何去掉呢?
http://jsfiddle.net/MTfRD/3/
Hacking with Angular: 玩轉ngOptions指令可以幫你。
最簡單有效的是:在controller中給
et.edate
指定預設值