Skip to content

Instantly share code, notes, and snippets.

@Hawksbillcat
Created August 30, 2019 09:17
Show Gist options
  • Save Hawksbillcat/aa7f97709dbef3d32bbebc1250c3e454 to your computer and use it in GitHub Desktop.
Save Hawksbillcat/aa7f97709dbef3d32bbebc1250c3e454 to your computer and use it in GitHub Desktop.
bb:number[]=[0,1,2,3,4]
<p> {{bb[0]}} </p>
<ion-range [(ngModel)]="bb[0]">
<ion-icon range-left small name="sunny"></ion-icon>
<ion-icon range-right name="sunny"></ion-icon>
</ion-range>
<p> {{bb[1]}} </p>
<ion-range [(ngModel)]="bb[1]">
<ion-icon range-left small name="sunny"></ion-icon>
<ion-icon range-right name="sunny"></ion-icon>
</ion-range>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment