angular-recaptcha icon indicating copy to clipboard operation
angular-recaptcha copied to clipboard

Broken Listener : reload() doesn't trigger validate().

Open D40298008 opened this issue 8 years ago • 0 comments

I believe line 262 in the latest release should read:

scope.$on('reCaptchaReset', function(event, resetWidgetId) {

instead of:

scope.$on('reCaptchaReset', function(resetWidgetId) {

D40298008 avatar Jun 13 '16 20:06 D40298008