Skip to content

Commit

Permalink
fix(generator): change nav to navCtrl
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored Jul 21, 2016
1 parent 86c5aaf commit b19547c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/generators/page/page.tmpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { NavController } from 'ionic-angular';
})
export class <%= jsClassName %> {

constructor(private nav: NavController) {
constructor(private navCtrl: NavController) {

}

Expand Down

0 comments on commit b19547c

Please sign in to comment.