VividCortex / angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
http://vividcortex.github.io/angular-recaptcha/
MIT License
496 stars 257 forks source link

two captcha on single page... second captcha reseting(refresh) issue #166

Closed anjumkhalid closed 8 years ago

anjumkhalid commented 8 years ago

i have 2 form on single page both have captcha.Both form have different controller. when second form submit captcha not resetting.

TheSharpieOne commented 8 years ago

With multiple captchas on the page, you will need to pass the widgetId of the captcha you want to reset to the reload method.

anjumkhalid commented 8 years ago

thanks. it worked