In Angular JS app, if I clicked a link and change url location, Opera browser display non-interpolated strings (e.g. {{ name }}) on 300-400ms, after that all compile good.
In other browsers non-interpolated strings not display, all compile good. How fix this in Opera?
I'm experiencing the same issue. I've also added the ng-cloak directive to my css (loaded in the head) but I still get a flash of unstyled content.
Using ng-bind however does work as a workaround (although I would prefer using ng-cloak).