I am facing a very perplexing issue with Internet Explorer 11.
Using AngularJS to populate an element and display it afterwards has been working flawlessly in FireFox and Google Chrome. However, IE11 refuses to show the element until I click somewhere randomly on the page. This could be anywhere - on the page itself, my windows taskbar, or even my second monitor. Strangely, no JavaScript errors are being thrown in the console. Upon the random click, IE initially displays only blank HTML, with the styling being applied after a moment.
UPDATE: This problem is incredibly bizarre. I have never encountered a bug like this before. The code is functioning perfectly, all elements are present with correct values in their respective places, and all CSS rules appear to be applied. The pagination only appears after a completely random click, but this anomaly is exclusive to IE11 - other browsers work without any issues whatsoever.
Has anyone else experienced this issue before? I have consulted two other web developers within my company for code reviews, but we cannot seem to pinpoint any bugs in the code. We suspect it may be an IE11 bug, but so far, there is no confirmation from anywhere.