Skip to content

Instantly share code, notes, and snippets.

<ion-item>
<ion-select [(ngModel)]="group" [selectOptions]="musicAlertOpts" placeholder="Choose a Category">
<ion-option *ngFor="let group of iris_group" >{{group}}</ion-option>
</ion-select>
</ion-item>
//------------------------------------------------------------------------------------------------------------//
console.log( "group = "+this.group);
console.log( "name "+this.contact_name);
console.log( "relationship = "+this.relationship);