mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
12 lines
205 B
HTML
12 lines
205 B
HTML
|
|
<ion-toolbar *header><ion-title>Third Page</ion-title></ion-toolbar>
|
|
|
|
|
|
<ion-content class="padding">
|
|
|
|
<p>
|
|
<button class="button" (click)="pop()">Pop (Go back to 2nd)</button>
|
|
</p>
|
|
|
|
</ion-content>
|