We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The bind-method is synchron. There is no chance to do a server all and wait for the result before the PopUp gets visible.
bind
add a FinishHandler to the bind-method to enable server calls.
The text was updated successfully, but these errors were encountered:
#167 - PopUpController: make method 'bind' (of controller) asynchronous
9b47c29
Done
Sorry, something went wrong.
FrankHossfeld
No branches or pull requests
The
bind
-method is synchron. There is no chance to do a server all and wait for the result before the PopUp gets visible.add a FinishHandler to the
bind
-method to enable server calls.The text was updated successfully, but these errors were encountered: