fix(toggle): do not fire change when initializing

Closes #6144
This commit is contained in:
Adam Bradley
2016-05-19 13:01:25 -05:00
parent 643d426779
commit cd2afb3f2c
4 changed files with 33 additions and 4 deletions

View File

@@ -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;