CodeDistillery / angular-no-captcha

Angular.JS wrapper for Google's No CAPTCHA reCAPTCHA
http://codedistillery.github.io/angular-no-captcha/
MIT License
42 stars 21 forks source link

Question - No Captcha in Bootstrap Modal - Reset on Modal Show #14

Open yashikagarg13 opened 9 years ago

yashikagarg13 commented 9 years ago

I want to use Google NoCaptcha Recaptcha in bootstrap modal. Currently I am reseting the grecaptcha every time modal is shown noCaptchaControl.reset() function I get the following error: Cannot read property 'register' of undefined

nanuuki commented 9 years ago

Could you put the code on JSFiddle or Plunker? :)

vepasto commented 9 years ago

@yashikagarg13 Is this still an issue?

yashikagarg13 commented 9 years ago

Yes it is I find this error "Cannot read property 'register' of undefined" every now n then at line number at rpc.v.js:23. And I don't have any idea why I get this error

vepasto commented 9 years ago

Have you tested with new version?