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

Captcha Gone after refreshing page. #133

Closed PedroMMercado closed 8 years ago

PedroMMercado commented 8 years ago

Just want to thank you guys for developing this. I'm running into an issue. Everything works great and I have multiple captcha's on the site. However if I hit the refresh button to reload the page. The captcha doesn't load. Doesn't appear that the oncreate function is happening neither. Just a simple refresh and it doesn't work anymore.

PedroMMercado commented 8 years ago

I'm an idiot. I was using googles script instead of the one in the docs. Literally on the top of the page. <script src="https://www.google.com/recaptcha/api.js?onload=vcRecaptchaApiLoaded&render=explicit" async defer

mtrias commented 8 years ago

Cheers!

luisfusim commented 8 years ago

Sorry did you put it on the index.html or in the view.html (register for example) ?