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

Commits on Jan 4, 2014

  1. Added Asynchronous Success function support

    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. :-)
    akanieski committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    a7d4e1e View commit details
    Browse the repository at this point in the history