From 839adf856d6bcdfe86e129dc7ce4a6b07f48419a Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 1 Jun 2016 21:33:43 -0500 Subject: [PATCH] feat(item): add item-content attr selector Closes #6643 --- src/components/item/item.ts | 2 +- src/components/item/test/text/main.html | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/components/item/item.ts b/src/components/item/item.ts index 21f747be04..53c8643931 100644 --- a/src/components/item/item.ts +++ b/src/components/item/item.ts @@ -48,7 +48,7 @@ import {Label} from '../label/label'; '' + '' + '' + - '' + + '' + '' + '' + '' + diff --git a/src/components/item/test/text/main.html b/src/components/item/test/text/main.html index 9e3d7a8e56..02f070d110 100644 --- a/src/components/item/test/text/main.html +++ b/src/components/item/test/text/main.html @@ -48,4 +48,13 @@ + + + ion-label + +
+ [item-content] +
+
+