docs(demos): update show/hideWhen

This commit is contained in:
Drew Rygh
2016-01-11 13:25:38 -06:00
parent c0da135a30
commit f25316c22d
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>