In this question why ng-bind is better than {{}} in angular?
I understand the differences between {{}}
and ng-bind
. On the other hand, I can use
From documentation
The ngCloak directive is used to prevent the Angular html template from being briefly displayed by the browser in its raw (uncompiled) form while your application is loading. Use this directive to avoid the undesirable flicker effect caused by the html template display.
https://docs.angularjs.org/api/ng/directive/ngCloak