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