-
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 captch…
-
I have no SystemJS file to put the set up in and now I'm getting the following error:
're-captcha' is not a known element:
1. If 're-captcha' is an Angular component, then verify that it is part …
-
I've just installed ui-router-extras with npm in my angular project but it doesn't work.
The console error is:
`TypeError: Cannot read property '$$equals' of undefined
at paramsEqualForState (…
-
I implemmented this in my website 3 months ago, but it suddenly stopped working.
Was it only here or it has happened to anybody else?
-
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 = null;
$scope.contactForm.email…
-
- **I'm submitting a ...**
[x] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
- **Summary**
Hello eve…
-
Currently, calling `ReCaptchaV3Service.execute` won't trigger the `errorCallback` when there is a network failure.
From a brief test, this is because the `script` tag that is added can fail to load…
-
Is it possible to dynamically change the language of the recaptcha when it is already loaded on the screen?
xtoff updated
3 years ago
-
##### **Overview of the issue**
we rollup exports of our components to one file `components/index.ts `. Components declared like this are not shown under the module.
![image](https://user-imag…
-
This is probably more recaptcha itself related, but I need something like onRendered event, which means an event when the recaptcha has been successfully rendered with all its content.
Now I got int…