Skip to content

Added Asynchronous Success function support#20

Open
akanieski wants to merge 1 commit intoFundoo-Solutions:masterfrom
akanieski:patch-2
Open

Added Asynchronous Success function support#20
akanieski wants to merge 1 commit intoFundoo-Solutions:masterfrom
akanieski:patch-2

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