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

16 lines
222 B
HTML

<ion-toolbar *header>
<ion-title>Third Page</ion-title>
</ion-toolbar>
<ion-content class="padding" style="background:yellow">
<p>
<button (click)="pop()">Pop (Go back to 2nd)</button>
</p>
</ion-content>