mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
26 lines
420 B
HTML
26 lines
420 B
HTML
|
|
<ion-navbar *navbar primary>
|
|
<ion-title>Third View</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="padding">
|
|
<h4>
|
|
Window Hash: {{windowHash}}
|
|
</h4>
|
|
<h4>
|
|
Location Path: {{path}}
|
|
</h4>
|
|
<h4>
|
|
NavParams, id: {{id}}
|
|
</h4>
|
|
<h4>
|
|
ViewItem Id: {{viewItem.id}}
|
|
</h4>
|
|
<p>
|
|
<a href="#/second">Second View via href</a>
|
|
</p>
|
|
<p>
|
|
<a href="#/">First View via href</a>
|
|
</p>
|
|
</ion-content>
|