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

Fix form validation bug reCaptchaReset #127

Closed belenkosergey closed 8 years ago

mtrias commented 8 years ago

Hi @belenkosergey, thanks for your PR.

You changed the files in the release folder which are generated automatically in our build process. You should instead change the files in src, otherwise the next build is going to overwrite your updates.

Also, we need a regression test for this bug fix IMO.

belenkosergey commented 8 years ago

Hi @mtrias, thanks for your review. I fixed it.