以下是我的代码
<select class="form-control" id="prevCountry" name="prevCountry" ng-model="asset.assets.countryID" ng-options="value.ID as value.country for value in technical.country">
<option value="">Select Country</option>
</select>
angularjs代码
$ scope.technical.assets.push($ scope.assets);
我发布了countryID,但我想将country-country的countryName推入ng-repeat对象。