From aca9ea662eb06a0ceb179ba8f8515ebf42a2e818 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 28 Jan 2016 12:13:24 -0500 Subject: [PATCH] docs(demos): prettify ShowWhen demo --- demos/show-when/main.html | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/demos/show-when/main.html b/demos/show-when/main.html index 3337a99251..7454bd151d 100644 --- a/demos/show-when/main.html +++ b/demos/show-when/main.html @@ -2,8 +2,29 @@ ShowWhen - -

- (showWhen="ios") This text is shown on iOS only. Click the Android tab to hide this text. -

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