From 0c68e370f503fd26cd66027717e73d7af4f42656 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 16 Oct 2015 15:11:50 -0500 Subject: [PATCH] disable stick header JS for now --- 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 c8fb99f877..aa0b39dc90 100644 --- a/ionic/components/item/item-group.ts +++ b/ionic/components/item/item-group.ts @@ -44,7 +44,7 @@ export class ItemGroupTitle { this.content = content; this.ele = elementRef.nativeElement; this.parent = this.ele.parentNode; - this.isCssValid = featureDetect.has('positionsticky') + this.isCssValid = true;//featureDetect.has('positionsticky') } onInit() {