From c7267e1d5295c187f8c1bba13b193a2e80cccdf2 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 11 Oct 2018 16:30:49 -0500 Subject: [PATCH] test(icon): fix items test to remove errors --- .../src/components/icon/test/items/index.html | 73 +++++++------------ 1 file changed, 28 insertions(+), 45 deletions(-) diff --git a/core/src/components/icon/test/items/index.html b/core/src/components/icon/test/items/index.html index 2780563a41..d17af81047 100644 --- a/core/src/components/icon/test/items/index.html +++ b/core/src/components/icon/test/items/index.html @@ -17,9 +17,7 @@ - - Icon - Items @@ -28,117 +26,102 @@ - - dynamicColor name="home" - + dynamicColor name="home" + - name="home" is-active="true" - + name="home" is-active="true" + - dynamicProp is-active="false" - + dynamicProp is-active="false" + - dynamicAttr is-active="false" - + dynamicAttr is-active="false" + - name="md-home" is-active="true" - + name="md-home" is-active="true" + - name="ios-home" is-active="true" - + name="ios-home" is-active="true" + - name="ios-home" - - - - - - - name="ios-home-outline" - - - - - - - name="ios-home-outline" is-active="false" - + name="ios-home" + - name="md-home" - + name="md-home" + - name="logo-twitter" - + name="logo-twitter" + - ios="logo-apple" md="logo-android" - + ios="logo-apple" md="logo-android" + - ios="md-color-filter" md="ios-color-filter" - + ios="md-color-filter" md="ios-color-filter" + - ios="md-color-filter" md="ios-color-filter" is-active="false" - + ios="md-color-filter" md="ios-color-filter" is-active="false" + - name="null" - + name="null" + - name="home" hidden="true" - + name="home" hidden="true" +