When does page load in AngularJS wrt image loading? -


i have put ng-cloak on body tag. loading large json document server, , setting variable in scope. json document has image urls used loading images.

however, feel page not become visible until images loaded instead of becoming visible after json document loaded. how works? also, should use lazy-loading fix this? suggest this?