Why dropdown selecting last value
问题 Here i try to Loading data into dropdownList Its Loading But why By default it select last value from the List. Html <div ng-controller="Part5Controller"> Country : <select ng-model="CountryID" ng-options="I.CountryID as I.CountryName for I in CountryList" ng-change="GetState()"> <option value="">Select Country</option> </select> </div> controller.Js app.controller('Part5Controller', function ($scope, servicemard) { getCountrys(); function getCountrys() { var xx = servicemard.getctrys(); xx