-
Notifications
You must be signed in to change notification settings - Fork 134
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
Minified version causing form submitted multiple times #109
Comments
Is this only the minified version? Sounds like the listeners are not Thx Tom On Wed, Mar 26, 2014 at 10:01 AM, dev0x10 [email protected] wrote:
Tom Wilson This e-mail may contain information that is confidential, privileged or |
Here is the code, and yes only the minified version
|
I can confirm that it is only the minified version. Great work! This has saved me tons of time! |
More info I'm using it with Angularjs v1.2.10 |
I have been at a loss on how to troubleshoot and resolve this issue, any pointers or thoughts would be appreciated. |
You can reproduce it too, right? |
Turns out I encounter the same issue... #118. No wonder why the problem seems to have fix itself while I didn't really do anything but just used the non-minified version to help debug. I also notice that I get this error #106 and the options before upload doesn't work correctly with minified version. |
I'm using the minified version and has a problem that the form will submitted multiple times.
For first submit it normals but for the 2nd submit runs twice, 3rd submit will runs 3 times, so on
The text was updated successfully, but these errors were encountered: