您总是可以这样做:
<select ng-model="selectedCountry" ng-change="updateSelectedCountry(selectedCountry)" > <option>Anywhere</option> <option ng-repeat="country.country for country in countries">{{country.country}} </option></select>这是我的小提琴例子
希望这可以帮助!



