From 6f525d1bd8e213e60e3b29b8be59005fdbc3622d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 26 Apr 2016 13:33:29 -0400 Subject: [PATCH] docs(demos): update demos to use ion-grid references #6238 --- demos/hide-when/main.html | 50 +++++++++++++++++---------------- demos/icon/main.html | 1 - demos/platform/main.html | 58 ++++++++++++++++++++------------------- demos/show-when/main.html | 50 +++++++++++++++++---------------- 4 files changed, 82 insertions(+), 77 deletions(-) diff --git a/demos/hide-when/main.html b/demos/hide-when/main.html index bcc127dc9d5..15270b11f46 100644 --- a/demos/hide-when/main.html +++ b/demos/hide-when/main.html @@ -6,30 +6,32 @@
Hide Icon Per Platform

In this example we're using the hideWhen directive to decide whether to hide an icon based on the platform.

- - - - - - <ion-icon name="logo-apple" hideWhen="android,windows"></ion-icon> - - - - - - - - <ion-icon name="logo-android" hideWhen="ios,windows"></ion-icon> - - - - - - - - <ion-icon name="logo-windows" hideWhen="ios,android"></ion-icon> - - + + + + + + + <ion-icon name="logo-apple" hideWhen="android,windows"></ion-icon> + + + + + + + + <ion-icon name="logo-android" hideWhen="ios,windows"></ion-icon> + + + + + + + + <ion-icon name="logo-windows" hideWhen="ios,android"></ion-icon> + + +