mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -42,6 +42,14 @@ class E2EApp {
|
||||
this.grapeDisabled = !this.grapeDisabled;
|
||||
}
|
||||
|
||||
appleChange(ev) {
|
||||
console.log('appleChange', ev);
|
||||
}
|
||||
|
||||
bananaChange(ev) {
|
||||
console.log('bananaChange', ev);
|
||||
}
|
||||
|
||||
kiwiChange(ev) {
|
||||
console.log('kiwiChange', ev);
|
||||
this.kiwiValue = ev.checked;
|
||||
|
||||
Reference in New Issue
Block a user