VividCortex / angular-recaptcha

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

Angular 1.5.x #168

Closed noprobz09 closed 8 years ago

noprobz09 commented 8 years ago

How to implement this on angular 1.5.x version. I tried it using the steps but it does not work. Is there specific steps to work it on the higher version of Angular?

mtrias commented 8 years ago

I'm using it with angular 1.5 with no issues. Can you clarify what do you mean when you say it does not work?

noprobz09 commented 8 years ago

Oh Sorry for bothering, I manage to solved the problem. It just happen that I called 2 https://www.google.com/recaptcha/api.js on the body and I commented the other script and it works like a charm. I appreaciated your work :)