Skip to content

Commit b19547c

Browse files
authored
fix(generator): change nav to navCtrl
1 parent 86c5aaf commit b19547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tooling/generators/page/page.tmpl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { NavController } from 'ionic-angular';
1212
})
1313
export class <%= jsClassName %> {
1414

15-
constructor(private nav: NavController) {
15+
constructor(private navCtrl: NavController) {
1616

1717
}
1818

0 commit comments

Comments
 (0)