Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smooth blocking ui experience #101

Open
KhoaSydney opened this issue Mar 17, 2016 · 1 comment
Open

Smooth blocking ui experience #101

KhoaSydney opened this issue Mar 17, 2016 · 1 comment

Comments

@KhoaSydney
Copy link

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

@bautistaaa
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants