我尝试使用Google Captcha和Angular JS,我的问题是div“recaptcha”并不总是出现。我认为这是因为在我的其他脚本完成加载之前加载了google captcha脚本。
当div出现时,一切正常。
有谁知道如何使一切正常运作?
答案 0 :(得分:0)
确保头标记中包含reCaptcha库<script src="https://www.google.com/recaptcha/api.js?onload=vcRecaptchaApiLoaded&render=explicit" async defer></script>
。 onload回调是通知angular-recaptcha库reCaptcha api可以使用的必要条件。