VividCortex / angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
http://vividcortex.github.io/angular-recaptcha/
MIT License
496 stars 258 forks source link

Does this work with AngularJS 1.5? #244

Open wimpog opened 5 years ago

wimpog commented 5 years ago

Having errors when trying to get it to work in AngularJS 1.5:

Module 'vcRecaptcha' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Thanks!

spock123 commented 4 years ago

I'm using it with AngularJS 1.5 without issues

Did you include the js-code in your index.html ?