mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -22,7 +22,7 @@
|
||||
|
||||
<ion-item>
|
||||
<ion-label>Car Options</ion-label>
|
||||
<ion-select [(ngModel)]="carOptions" multiple="true">
|
||||
<ion-select [(ngModel)]="carOptions" multiple="true" (change)="carChange($event)">
|
||||
<ion-option value="backupcamera">Backup Camera</ion-option>
|
||||
<ion-option value="heatedseats">Headted Seats</ion-option>
|
||||
<ion-option value="keyless">Keyless Entry</ion-option>
|
||||
|
||||
Reference in New Issue
Block a user