fix(sticky): remove polyfill

This commit is contained in:
Max Lynch
2015-11-04 13:30:12 -06:00
parent 40a9615ae3
commit fa6990cc5f
3 changed files with 1 additions and 497 deletions

View File

@ -47,13 +47,4 @@ export class ItemGroupTitle {
// make sure the sticky class gets set on the title
this.isSticky = true;
}
onInit() {
this.zone.runOutsideAngular(() => {
setTimeout(() => {
if(this.content.getStickyPolyfill()) {
this.content.getStickyPolyfill().add(this.elementRef.nativeElement);
}
});
});
}
}