This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
Added support for language configuration
Now, the language of the reCaptcha can be configured in the directive (Thanks @reduardo7).
Example:
<div
vc-recaptcha
key="'---- YOUR PUBLIC KEY GOES HERE ----'"
ng-model="gRecaptchaResponse"
lang="es"
></div>