mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
18 lines
251 B
HTML
18 lines
251 B
HTML
|
|
<ion-toolbar *header>
|
|
|
|
<ion-title>First Page: {{ val }}</ion-title>
|
|
|
|
</ion-toolbar>
|
|
|
|
|
|
<ion-content class="padding">
|
|
|
|
<p>First Page: {{ val }}</p>
|
|
|
|
<p>
|
|
<button class="button" (click)="push()">Push (Go to 2nd)</button>
|
|
</p>
|
|
|
|
</ion-content>
|