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

Use recaptcha expired called #106

Closed TheSharpieOne closed 8 years ago

TheSharpieOne commented 8 years ago

Resolves #57 by using recaptcha's expired-callback instead of a hard-coded 2 min timeout

iambrosi commented 8 years ago

Thanks @TheSharpieOne !