mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(demos): clean up nav-push-pop
This commit is contained in:
@ -1,2 +1 @@
|
||||
<ion-nav id="nav" [root]="rootPage" #content></ion-nav>
|
||||
<ion-overlay></ion-overlay>
|
@ -1,7 +1,7 @@
|
||||
<ion-navbar *navbar>
|
||||
<ion-title>Nav Push/Pop</ion-title>
|
||||
<ion-title>Navigation</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
<ion-content padding>
|
||||
<button block (click)="push()">Push New Page</button>
|
||||
<button block (click)="push()">Push New Page</button>
|
||||
</ion-content>
|
||||
|
Reference in New Issue
Block a user