multiple panes updates

This commit is contained in:
Adam Bradley
2015-08-24 13:01:38 -05:00
parent 903ab7fd1f
commit 5d7caada93
7 changed files with 34 additions and 55 deletions

View File

@@ -5,8 +5,9 @@ import {FirstPage} from './first-page';
@IonicView({
template: `
<ion-navbar *navbar primary><ion-title>Second Page Header</ion-title></ion-navbar>
<ion-content class="padding">
<h1>Second page</h1>
<p>This page does not have a nav bar!</p>
<p><button (click)="pop()">Pop (Go back to 1st)</button></p>
<p><button id="from2To1" nav-pop>Pop with NavPop (Go back to 1st)</button></p>
<p><button id="from2To3" (click)="push()">Push (Go to 3rd)</button></p>