Currently, I am developing a substantial Angular application that needs to be compatible with IE8. However, we are encountering performance problems as we implement ng-show extensively on the homepage. I am considering using ng-if to completely remove parts of the DOM instead. Upon replacing ngShow with ngIf, all elements disappear. Could there be any known complications between ng-if and IE8? Our Angular version is 1.1.5.