Guest User

Untitled

a guest
Jan 20th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <ion-list radio-group [(ngModel)]="chart.selected">
  2. <ion-label>Present</ion-label>
  3. <ion-radio [color]="myColor" value="Present" (ionSelect)="toggleColor()">ID</ion-radio>
  4. <ion-radio [color]="myColor" value="Absent" (ionSelect)="toggleColor()">Address</ion-radio>
  5. <ion-radio [color]="myColor" value="Leave" (ionSelect)="toggleColor()">Name</ion-radio>
  6. </ion-list>
Add Comment
Please, Sign In to add comment