kelp404 / angular-validator

AngularJS form validation.

Home Page:http://kelp404.github.io/angular-validator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trigger form.submit and catch error from outside angular

istian opened this issue · comments

Hi,

I can call the form.submit method from outside angular but I can't figure out how to return the result of validator. I need to have a way to check if the form is invalid, return something to the non-angularjs function to halt the process. Is there a way to achieve what I'm trying to do?

Thanks

commented

You can use the other validation framework in jQuery solution.

hi @kelp404 ,

I actually figured out the solution..

I pass the callback to the form.submit() and trigger the callback only in the .success() callback.

Thanks and nice plugin.

Hi istian,

Can you share your code.
I am struggling to do the functionality.
I call submit function from a javascript function but the submit(angularjs function) get executed after the javascript function is executed.

I would really appreciated your help.
Thanks