We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c5aaf commit b19547cCopy full SHA for b19547c
tooling/generators/page/page.tmpl.ts
@@ -12,7 +12,7 @@ import { NavController } from 'ionic-angular';
12
})
13
export class <%= jsClassName %> {
14
15
- constructor(private nav: NavController) {
+ constructor(private navCtrl: NavController) {
16
17
}
18
0 commit comments