From f98edb4642cb735f247d7508e5bc1a72e84ed994 Mon Sep 17 00:00:00 2001 From: jbavari Date: Fri, 9 Oct 2015 11:22:17 -0600 Subject: [PATCH] Remove @host - for templates that dont have content directly in component --- ionic/components/item/item-group.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/item/item-group.ts b/ionic/components/item/item-group.ts index 29213a26dd..c6cea5d289 100644 --- a/ionic/components/item/item-group.ts +++ b/ionic/components/item/item-group.ts @@ -38,7 +38,7 @@ export class ItemGroupTitle { * TODO * @param {ElementRef} elementRef TODO */ - constructor(elementRef: ElementRef, config: IonicConfig, @Optional() @Host() content: Content) { + constructor(elementRef: ElementRef, config: IonicConfig, content: Content) { this.isSticky = true; this.content = content; this.ele = elementRef.nativeElement;