chore(demos): ngc compile

This commit is contained in:
Dan Bucholtz
2016-09-15 23:29:37 -05:00
parent 0d161ac51c
commit 7ac1434fba
19 changed files with 64 additions and 28 deletions

View File

@ -86,7 +86,7 @@
<ion-item>
<ion-label>Pets</ion-label>
<ion-select [(ngModel)]="pets" multiple="true" [alertOptions]="petAlertOpts">
<ion-select [(ngModel)]="pets" multiple="true" [selectOptions]="petAlertOpts">
<ion-option *ngFor="let o of petData" [value]="o.value">{{o.text}}</ion-option>
</ion-select>
</ion-item>