显示不同的值,并使用相同的ngModel进行绑定

时间:2019-02-26 17:39:49

标签: javascript angular typescript ionic-framework angular-ngmodel

我有一个小问题。

<ion-select multiple="false" [(ngModel)]="country.adm1ID" cancelText="Annulla">
     <ion-option [value]="regions.adm1ID" *ngFor="let regions of commonRegion">{{regions.adm1_full_name}} </ion-option>
</ion-select>

o要显示一个不同对象值的值,现在与country.adm1ID绑定,我想显示country.CountryRegion.EnglishName的值

0 个答案:

没有答案