Add ngModel to switch demo

This commit is contained in:
Max Lynch
2015-10-12 14:51:12 -05:00
parent b824883ade
commit 4758b9ae30
2 changed files with 7 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ class IonicApp {
this.grapeDisabled = true;
this.grapeChecked = true;
this.myModel = true;
}
toggleGrapeChecked() {