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
Use ng-cloak http://docs.angularjs.org/api/ng.directive:ngCloak
{{ 'hello' }}
or ng-bind http://docs.angularjs.org/api/ng.directive:ngBind
Hello !
https://stackoverflow.com/a/14076004/1172872