init tabs

This commit is contained in:
Adam Bradley
2015-04-01 16:03:21 -05:00
parent d1c4accec1
commit c20e510147
22 changed files with 125 additions and 159 deletions

View File

@ -1,3 +1,3 @@
<ion-view view-title="First Page">
<ion-view nav-title="First Page">
<button (click)="nextPage()">Push Page 2</button>
</ion-view>

View File

@ -1,3 +1,3 @@
<ion-view view-title="Second Page">
<ion-view nav-title="Second Page">
<button (click)="prevPage()">Pop This Page</button>
</ion-view>