Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Added support for language configuration

Compare
Choose a tag to compare
@iambrosi iambrosi released this 02 Dec 12:32
· 67 commits to master since this release

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>