I have a basic question about ng-cloak
In my page I have some places where are I binded some data using angular js {{ }}. Now, I used ng-cloak directive in the body tag and because of this the whole page is going blank for sometime until the page gets loaded, I just want the binded data to be hidden until the pages gets loaded.
What should I do?
Thanks in advance :)