Groverize
Results
1
issues of
Groverize
Hi all, I recently ran into an issue with IE11 compatibility. The issue was with this line: jQuery(this.el.nativeElement)[0].innerHTML= ''; Updating this to this: jQuery(this.el.nativeElement)[0].textContent = ''; Fixed the issue for...