mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
docs(demos): update show/hideWhen
This commit is contained in:
@ -6,4 +6,4 @@
|
|||||||
<p hideWhen="android">
|
<p hideWhen="android">
|
||||||
<b>(hideWhen="android")</b> This text is hidden on Android only. Click the Android tab to hide this text.
|
<b>(hideWhen="android")</b> This text is hidden on Android only. Click the Android tab to hide this text.
|
||||||
</p>
|
</p>
|
||||||
<ion-content>
|
</ion-content>
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
<p showWhen="ios">
|
<p showWhen="ios">
|
||||||
<b>(showWhen="ios")</b> This text is shown on iOS only. Click the Android tab to hide this text.
|
<b>(showWhen="ios")</b> This text is shown on iOS only. Click the Android tab to hide this text.
|
||||||
</p>
|
</p>
|
||||||
<ion-content>
|
</ion-content>
|
||||||
|
Reference in New Issue
Block a user