One query regarding AngularJS (ng-cloak
), as per official docs:
The
ng-cloak
directive is used to prevent the AngularJS 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.
Does this mean that we should always use this in the AngularJS app? Or are there any side-effects of using it all the time?