From a676d7d0f31a6882c86052473999d49166e5501f Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 27 Jan 2016 16:38:40 -0500 Subject: [PATCH] docs(demos): prettify the hide-when demo --- demos/hide-when/main.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/demos/hide-when/main.html b/demos/hide-when/main.html index 581e2f5c05..12e4d4c157 100644 --- a/demos/hide-when/main.html +++ b/demos/hide-when/main.html @@ -2,8 +2,29 @@ HideWhen - -

- (hideWhen="android") This text is hidden on Android only. Click the Android tab to hide this text. -

+ +
If the platform is Android, it will hide the Apple logo. If the platform is iOS, it will hide the Android logo.
+ +
+
+ <div hideWhen="ios"> +
+
+
+ <div hideWhen="android"> +
+ +