mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
docs(demos): fix spacing on modal and nav params demos
references driftyco/ionic-site#453
This commit is contained in:
@ -8,11 +8,11 @@
|
||||
<ion-content padding>
|
||||
<div [hidden]="!myParam">
|
||||
<h5>Parameters passed:</h5>
|
||||
<pre margin style="background-color: #f8f8f8">
|
||||
selections: [
|
||||
{{myParam}}
|
||||
]
|
||||
</pre>
|
||||
|
||||
<pre style="background-color: #f8f8f8">selections: [
|
||||
{{myParam}}
|
||||
]</pre>
|
||||
|
||||
</div>
|
||||
<div [hidden]="myParam">
|
||||
<p>No parameters passed.</p>
|
||||
|
@ -5,10 +5,10 @@
|
||||
<ion-content padding>
|
||||
<div>
|
||||
<h5>Parameters passed:</h5>
|
||||
<pre margin style="background-color: #f8f8f8">
|
||||
selections: [
|
||||
{{myParam}}
|
||||
]
|
||||
</pre>
|
||||
|
||||
<pre style="background-color: #f8f8f8">selections: [
|
||||
{{myParam}}
|
||||
]</pre>
|
||||
|
||||
</div>
|
||||
</ion-content>
|
||||
|
Reference in New Issue
Block a user