I am using a angular JS application in which there is a redirection to a different HTML file.
Whenever a redirection occur and new page opens, there are some slight moments in which I can see the html code of the page.
I have used the ng-cloak of angular Js to avoid that, but later I came to know that Angular itself has not been loaded till the moment.
Can you please suggest the solution for the same so as to avoid this.
I usually solve this problem in my html as followed:
Set $scope.data whenever your controller finishes.