disable stick header JS for now

This commit is contained in:
Adam Bradley
2015-10-16 15:11:50 -05:00
parent ec51852af0
commit 0c68e370f5

View File

@@ -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() {