Files
Adam Bradley 69f08ef3f6 toolbar thingz
2015-05-14 10:01:16 -05:00

20 lines
291 B
HTML

<ion-toolbar *header>
<ion-title>Second Page</ion-title>
</ion-toolbar>
<ion-content class="padding" style="background:green">
<p>
<button (click)="pop()">Pop (Go back to 1st)</button>
</p>
<p>
<button (click)="push()">Push (Go to 3rd)</button>
</p>
</ion-content>