mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
10 lines
250 B
HTML
10 lines
250 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>HideWhen</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<p hide-when="android">
|
|
<b>(hide-when="android")</b> This text is hidden on Android only. Click the Android tab to hide this text.
|
|
</p>
|
|
<ion-content>
|