ng-options ( ).
:
<select ng-model="country" ng-options="country.id as country.name for country in countryList track by country.id"></select>
$scope.country = $scope.countryList[0];
:
<select ng-model="country" ng-options="country.id as country.name for country in countryList track by country.id"></select>
$scope.country = $scope.countryList[0].id;
countryList. , ngModel. ngModel countryList [0], countryList [0].id . ngModel countryList [0].id, countryList [0].id.id( undefined). <option>, <select> .