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

Fixed scope declaration for theme property in directive #34

Closed iambrosi closed 9 years ago

iambrosi commented 9 years ago

?= is not a valid property setting. Using =? instead.

Fixes #33

TheSharpieOne commented 9 years ago

My bad :disappointed: