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

sometimes doesn't appear #208

Open alexey-sh opened 7 years ago

alexey-sh commented 7 years ago

No error in console. angular 1.6.5 angular-recaptcha 4.1.0 chrome mac 59.0.3071.115

recaptcha callback wasn't executed

fd98279 commented 7 years ago

Updated angular-recpatch to latest version and it works fine now. "angular-recaptcha": "~2.2.5", removed "angular-recaptcha": "^4.1.0", added

I had to add render=explicit to the google api url:

<--before <-- after