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