Skip to content

Commit

Permalink
Update ts.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch authored Mar 27, 2017
1 parent e8ba41a commit 3819740
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/templates/page/ts.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ import { IonicPage, NavController, NavParams } from 'ionic-angular';
* See http://ionicframework.com/docs/v2/components/#navigation for more info
* on Ionic pages and navigation.
*/
@IonicPage()
@IonicPage()
@Component({
selector: 'page-$FILENAME',
templateUrl: '$FILENAME.html',
})
export class $CLASSNAME {

constructor(public navCtrl: NavController, public navParams: NavParams) {}
constructor(public navCtrl: NavController, public navParams: NavParams) {
}

ionViewDidLoad() {
console.log('ionViewDidLoad $CLASSNAME');
Expand Down

0 comments on commit 3819740

Please sign in to comment.