Very recently invisible Captcha is released by google. https://www.google.com/recaptcha/intro/invisible.html
Is there a way to integrate this system with help of AngularJS?
Clarification This question is not about regular reCaptcha from Google. I am asking about Invisible reCaptcha. Here is the detailed situation.
My registration form is already using AngularJS. The form submission is triggered by AngularJS standards. The invisible reCaptcha requires me to give callback function for form submission. Which is confusing part.