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

Is not working for IE8 #9

Closed mhmia closed 9 years ago

vepasto commented 9 years ago

Have you tested to init no-captcha using attribute instead of element name:

<div no-captcha ...><div>
mhmia commented 9 years ago

<div no-captcha ...>

, It worked, but the CSS is not supported in IE8 and display items got hidden, a custom css is required to fix the IE8. Thank you very much.

vepasto commented 9 years ago

Glad you got it working!