mardi 29 août 2017

Using Ionic Checkbox for To-Do Ionic app

I was wondering if it were possible to use a

<ion-item>
  <ion-label>Item1</ion-label>
  <ion-checkbox [(ngModel)]="item"></ion-checkbox>
</ion-item>

to create a to-do app where you check the ion checkbox and then press a submit button and the item is moved from the "to-do" list to a "completed list." These lists would be on the same page as so:

enter image description here




Aucun commentaire:

Enregistrer un commentaire