<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>
Excuse me<option value="?" selected="selected"></option>
How did this come out and how to remove it?
仅有的幸福2017-05-15 17:05:40
Hacking with Angular: Playing with the ngOptions directive can help you.
PHP中文网2017-05-15 17:05:40
The simplest and most effective is: assign a default valueet.edate
to