Files
Adam Bradley 7a144b16c4 dem toolbarz
2015-05-13 14:43:37 -05:00

16 lines
218 B
HTML

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