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;