Files
2015-05-05 16:48:31 -05:00

20 lines
294 B
HTML

<header *ion-toolbar>
<h1 class="toolbar-title">Second Page</h1>
</header>
<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>