angularjs select通过动态加载option有空白项

<select ng-model="countrys" ng-init="countrys=countries[0]" ng-options="country.name for country in countries"></select>

 只需要添加ng-init就可以进行处理 

原文地址:https://www.cnblogs.com/aishangliming/p/10845238.html