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

Intermittent rendering #189

Open rternier opened 7 years ago

rternier commented 7 years ago

I'm having an issue where the recaptcha control only renders ~15% of the time.

When refreshing the screen it's usually invisible, but then once in a while it'll show. The behavior is quite strange.

- Contains all angular references (Jquery etc.). footer - contains my App.js
bmsrk commented 7 years ago

I know this is late, but are you sure you're loading everything where it is supposed to be? I had this problem when my app.js was outside of body tag.