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

Added missing tabindex option when creating recaptcha. #163

Closed xingped closed 8 years ago

xingped commented 8 years ago

The tabindex option was not being passed into the recaptcha render function.

Tabindex doesn't seem to work as a whole, even with the plain javascript tag provided by Google, so this doesn't really fix tabindex working per se, but this line was missing and needed to be added in case Google ever fixes the tabindex not working.

xingped commented 8 years ago

Nevermind, ignore me.