angular-block-ui
angular-block-ui copied to clipboard
Smooth blocking ui experience
trafficstars
Hi @McNull ,
My application is a Single Page Application (SPA) in which data operations are mostly asynchronous in nature. The application fetch multiple data sets in parallel which causing blockui to display/hide overlay multiple times depends on each data operations. Is it possible to have the blockui to just have one block for the entire operation?
cheers, Khoa
sounds like you want to use $q.all to wait for all your promises to resolve.