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 c3fb051 commit 9f27217Copy full SHA for 9f27217
tooling/generators/page/page.tmpl.ts
@@ -10,7 +10,5 @@ import {Page, NavController} from 'ionic-angular';
10
templateUrl: 'build/<%= directory %>/<%= fileName %>/<%= fileName %>.html',
11
})
12
export class <%= jsClassName %> {
13
- constructor(public nav: NavController) {
14
- this.nav = nav;
15
- }
+ constructor(public nav: NavController) {}
16
}
0 commit comments