In an AngularJS video at one point I saw how to avoid an expression being visible before the Javascript parses it. But I can\'t remember how it was done...
I have a
Just in case someone finds this information useful, I'm using the following workaroud.
...
and
.hide{display: none;}
I use this to hide all content that as angular expressions until the controller is loaded, where I set this.pageLoaded = true.
this.pageLoaded = true