I am looking for something to do selective loading or some kind of dummy snippet so that while the time my data gets loaded with all the conditions applied and user to view it in the right state straight away without looking it into the raw data first.
Sebastian
There isn’t any. You can write simply yourself by rendering some wait screen until the data arrives. (Conditional rendering)
Ng-cloak just hides the otherwise visible doings of angularjs itself (mostly that binding magic). It has not necessarily to do with any async stuff your code is doing.