mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
init tabs
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user