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

Added Asynchronous Success function support #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akanieski
Copy link
Contributor

If asyncSuccess is true then the success function will be called with the controller(this) as the first parameter and the close dialog function as the second parameter.

This allows you to conditionally continue. In my case I needed the success to not close the dialog if perhaps the data entered in the dialog was invalid. Also I needed to validate asynchronously.

FYI if this is not something fundoo-solutions doesn't want in createDialog thats fine. I just needed it for my project. :-)

If asyncSuccess is true then the success function will be called with the controller(this) as the first parameter and the close dialog function as the second parameter.

This allows you to conditionally continue. In my case I needed the success to not close the dialog if perhaps the data entered in the dialog was invalid. Also I needed to validate asynchronously.


FYI if this is not something fundoo-solutions doesn't want in createDialog thats fine. I just needed it for my project. :-)
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

Successfully merging this pull request may close these issues.

1 participant