angular-block-ui icon indicating copy to clipboard operation
angular-block-ui copied to clipboard

Smooth blocking ui experience

Open KhoaSydney opened this issue 9 years ago • 1 comments
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

KhoaSydney avatar Mar 17 '16 00:03 KhoaSydney

sounds like you want to use $q.all to wait for all your promises to resolve.

bautistaaa avatar May 14 '16 15:05 bautistaaa