How to listen to async server side Java Controller?
Googling this I came across numerous examples, one of which was $q from Angular, to avoid recursively hitting my server side to check if request is complete with data or not. I came across this link :…