Skip to content

Commit

Permalink
feat(app): Change default html template for ionic
Browse files Browse the repository at this point in the history
  • Loading branch information
thaiat committed Sep 19, 2016
1 parent 5868c17 commit 95d5df7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions generators/component/templates/_component.ionic2.html
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
<ion-header>
<ion-toolbar>
<ion-title> Title</ion-title>
</ion-toolbar>
</ion-header>
<ion-content><%=componentname%></ion-content>
<ion-footer>
<ion-toolbar>
<ion-title>Footer</ion-title>
</ion-toolbar>
</ion-footer>

0 comments on commit 95d5df7

Please # to comment.