We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c118009 commit 8b35faeCopy full SHA for 8b35fae
1 file changed
ionic/components/menu/test/basic/index.ts
@@ -40,7 +40,7 @@ class E2EApp {
40
constructor(app: IonicApp) {
41
this.app = app;
42
this.rootView = Page1;
43
- this.changeDectionCount = 0;
+ this.changeDetectionCount = 0;
44
45
this.pages = [
46
{ title: 'Page 1', component: Page1 },
@@ -65,7 +65,7 @@ class E2EApp {
65
}
66
67
isHidden() {
68
- console.log('Change detection', ++this.changeDectionCount);
+ console.log('Change detection', ++this.changeDetectionCount);
69
return false;
70
71
0 commit comments