<div class="inline-pincode2">
<label> </label>
<div class="form-group">
<select name="countryName" class="form-control" ng-model="twoFAData.country" style="height:35px">
<option ng-repeat="country in contriesWithCode" value="{{country[2]}}"
ng-selected="accountDetailsRes.country == country[2]">{{country[1]}} ({{country[0]}})</option></select>
在此处检查此代码,未选择默认国家/地区,现在选择模态内的框包含空白值 我想从阵列国家中选择默认国家美国 所以我怎么选择这个人都知道怎么做
该项目位于angularjs和spring