diff --git a/.gitignore b/.gitignore index 873830e..4f980eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # IDE Files .idea/* +angular-recaptcha.iml # OS Files .DS_Store diff --git a/demo/usage.html b/demo/usage.html index f81e45f..0180e32 100644 --- a/demo/usage.html +++ b/demo/usage.html @@ -43,6 +43,8 @@ $scope.cbExpiration = function() { console.info('Captcha expired. Resetting response object'); + vcRecaptchaService.reload($scope.widgetId); + $scope.response = null; };