mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
28 lines
481 B
HTML
28 lines
481 B
HTML
|
|
<ion-navbar *navbar primary>
|
|
<ion-title>Second View</ion-title>
|
|
<ion-buttons end>
|
|
<button>
|
|
<icon help></icon>
|
|
</button>
|
|
</ion-nav-item>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<h4>
|
|
Window Hash: {{windowHash}}
|
|
</h4>
|
|
<h4>
|
|
Location Path: {{path}}
|
|
</h4>
|
|
<h4>
|
|
ViewController Id: {{viewCtrl.id}}
|
|
</h4>
|
|
<p>
|
|
<a href="#/3/27">Third View via href, 27 as id param</a>
|
|
</p>
|
|
<p>
|
|
<a href="#/">First View via href</a>
|
|
</p>
|
|
</ion-content>
|