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

Tried migrating from 0.2.0 to 0.3.0 and captcha is not working anymore #6

Closed dkarter closed 9 years ago

dkarter commented 9 years ago

Am I missing any migration instructions?

<no-captcha g-recaptcha-response="captchaResponse"></no-captcha>

and

noCAPTCHAProvider.setSiteKey('[FILTERED]');

in config.

Not seeing anything in console (Chrome Dev Tools).

Thanks!

vepasto commented 9 years ago

In new version it downloads automatically google api script. Have you removed it from your html imports?