Angular-dart ng-options does not seems to be working.
<select ng-model="selectedOption" ng-options="s.DisplayText for s in myOptions">
<option value="">Select Option</option>
</select>
Angular-dart ng-options does not seems to be working.
<select ng-model="selectedOption" ng-options="s.DisplayText for s in myOptions">
<option value="">Select Option</option>
</select>
Note that selectedOptionId is string, if we use myOption(type with id and DisplayText as properties) as model it will add new option with "?" in HTML.