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

AngularJS directive to add a reCaptcha widget to your form

Results 78 angular-recaptcha issues
Sort by recently updated
recently updated
newest added

Hi I am getting the following exception on production : "reCaptcha has not been loaded yet." It is working fine on lab but it gives the above exception on production....

Is there any way so that we can get enable/disable the captcha easily? for development environment I want it to turn off.

I've set up, copied/pasted the $scope.setWidgetId, $scope.setResponse, $scope.cbExpiration functions and I cannot get a response with the Invisible reCaptcha. My console output: sending the captcha response to the server undefined...

It seems `required` option doesn't work properly. If I set `required="false"` on my `vc-recaptcha` element I have invalid vc-recaptcha element state (`ng-invalid ng-invalid-required`). Could anybody confirm that?

I'm using this component in my directive and I see it is loading re-captcha google library from `google.com` domain. As google is blocked in china, its not working. However there's...

When installing the package with npm - it pulls this package from here: https://registry.npmjs.org/angular-recaptcha/-/angular-recaptcha-4.2.0.tgz I don't think the release assets were generated for 4.2.0 in this archive. It has to...

Apart from adding `invisible` to the possible values of the `size` option, there is no real explanation on how to use this directive with invisible reCAPTCHA. I've been using `size="invisible"`...

Once my form has been verified and I have processed the forms data, when complete I want to reset my form. I am doing this as follows: ``` $scope.contactForm.name =...