It seems to be primarily an issue in IE when there is a number of images/scripts to load, there can be a good amount of time where the literal {{stringExpression}}
in the markup are displayed, then disappear once angular is done with it’s compilation/interpolation of the document.
Is there a common reason why this would happen which would indicate I’m doing something generally wrong, or is there a known way to prevent this?