mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
15 lines
262 B
HTML
15 lines
262 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>Nav Params</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<div>
|
|
<h5>Parameters passed:</h5>
|
|
<pre margin style="background-color: #f8f8f8">
|
|
selections: [
|
|
{{myParam}}
|
|
]
|
|
</pre>
|
|
</div>
|
|
</ion-content>
|