top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the use for ng-cloak in angular.js?

+1 vote
341 views
What is the use for ng-cloak in angular.js?
posted Dec 18, 2017 by Manish Tiwari

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The ngCloak 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.

answer Dec 28, 2017 by Manikandan J
...