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

The error callback is not present for the plugin #229

Closed nikhilnagaraju closed 6 years ago

nikhilnagaraju commented 6 years ago

The error callback as mentioned in Google ReCaptcha (V2) documentation doesn't exist with this library, will it be added or how can someone override the default behaviour (which currently shows a alert dialogue)

TheSharpieOne commented 6 years ago

I don't think the error callback existed when this library was made. The library needs to be updated to expose it in a similar way to the regular callback and expire callback.