Skip to content

Commit

Permalink
Merge pull request #7 from qnub/master
Browse files Browse the repository at this point in the history
reCAPTCHA.reload()
  • Loading branch information
steffenmllr committed Apr 27, 2014
2 parents 0a89836 + a4259e4 commit 77bb36d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions angular-re-captcha.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ angular.module('reCAPTCHA', []).provider('reCAPTCHA', function() {
challenge: function() {
return $window.Recaptcha.get_challenge();
},
reload: function() {
return $window.Recaptcha.reload();
},
destroy: function() {
$window.Recaptcha.destroy();
}
Expand Down

0 comments on commit 77bb36d

Please sign in to comment.