mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
32 lines
533 B
HTML
32 lines
533 B
HTML
|
|
<ion-navbar *navbar><ion-title>Second Page Header</ion-title></ion-navbar>
|
|
|
|
<!-- <ion-toolbar>
|
|
Second Page Sub Header
|
|
</ion-toolbar>
|
|
|
|
<ion-toolbar>
|
|
Second Page Sub Sub Header
|
|
</ion-toolbar> -->
|
|
|
|
<ion-content class="padding">
|
|
|
|
<p>
|
|
<button class="button" (click)="pop()">Pop (Go back to 1st)</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button class="button" (click)="push()">Push (Go to 3rd)</button>
|
|
</p>
|
|
|
|
</ion-content>
|
|
|
|
<!-- <ion-toolbar>
|
|
Second Page Sub Footer
|
|
</ion-toolbar>
|
|
|
|
<ion-toolbar>
|
|
Second Page Footer
|
|
</ion-toolbar>
|
|
-->
|