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

Uncaught TypeError: Cannot set property 'src' of null #16

Closed Ryaan closed 10 years ago

Ryaan commented 10 years ago

Having serious trouble figuring out why recaptcha_ajax.js is producing this error? The theme shows, but no images load.

mtrias commented 10 years ago

do you have an online URL where we can see this issue happening ?

mtrias commented 10 years ago

Hey @Ryaan any developments on this?

Ryaan commented 10 years ago

Sorry for the lack of updates - after further inspection I found that it's something to do with using compile in a directive, do you have any idea why compiling the code in a custom directive could cause this error? (cannot get the code online right now)

mtrias commented 10 years ago

From the top of my head no, but maybe post a question in SO, with an example fiddle and we could try to help.

Thanks for the bug report, i think i'm gonna close it now since doesn't seem to be a problem in this repo.