From b933029a9a89e02f73d7223d05ed98b3bb5eb7ac Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 28 Jan 2016 12:09:15 -0500 Subject: [PATCH] docs(demos): prettify the platform demo --- demos/platform/app.html | 1 - demos/platform/main.html | 46 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 42 insertions(+), 5 deletions(-) diff --git a/demos/platform/app.html b/demos/platform/app.html index 5f6bb33d68..776be9a94a 100644 --- a/demos/platform/app.html +++ b/demos/platform/app.html @@ -1,2 +1 @@ - \ No newline at end of file diff --git a/demos/platform/main.html b/demos/platform/main.html index f311624360..8bb28195c0 100644 --- a/demos/platform/main.html +++ b/demos/platform/main.html @@ -2,15 +2,53 @@ Platform - + +

Change Devices to Update the Platform Values

- .is('android'): {{isAndroid}} + Name + Value - .is('ios'): {{isIos}} + +
platform.is('android')
+
+ +
{{isAndroid}}
+
- .userAgent(): {{userAgent}} + +
platform.is('ios')
+
+ +
{{isIos}}
+
+ + +
platform.userAgent()
+
+ +
{{userAgent}}
+
+
+
+ +