CodeDistillery / angular-no-captcha

Angular.JS wrapper for Google's No CAPTCHA reCAPTCHA
http://codedistillery.github.io/angular-no-captcha/
MIT License
42 stars 21 forks source link

ReferenceError #22

Closed adribusc closed 9 years ago

adribusc commented 9 years ago

I have the following error after validation during the execution of the function removePLSContainers

ReferenceError: $document is not defined at removePLSContainers (angular-no-captcha.js:61) at angular-no-captcha.js:121 at n.$get.n.$broadcast (angular.js:14785) at n.$get.n.$destroy (angular.js:14405) at n.scopePrototype.$destroy (hint.js:1423) at z (angular-route.js:907) at angular-route.js:940 at angular.js:6995 at $get.h (angular.js:7135) at k (angular.js:7795)

I solved it changing the directive

  .directive('noCaptcha', [
    'noCAPTCHA',
    'googleGrecaptcha',
    '$document',
    function (noCaptcha, googleGrecaptcha, $document) {
vepasto commented 9 years ago

Thank you! Fixed in 0.4.4