模态弹出框内的动态选择框无法在angularjs spring中选择默认值

时间:2018-10-16 08:55:43

标签: javascript java angularjs spring bootstrap-modal

            <div class="inline-pincode2">
                <label>&nbsp;</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

0 个答案:

没有答案