TerryMooreII / angular-wysiwyg

An AngularJS WYSIWYG directive that multiple instances and two-way data-binding.
MIT License
121 stars 76 forks source link

Add tab element switching #71

Closed ArneD closed 3 years ago

ArneD commented 8 years ago

I enabled tabbing to the textarea directly by setting the tabindex.

Also when tabbing out I want to select the next element and tabbing did nothing. I saw that tabbing might be a feature for in the future, so I added enableTabThrough with default on false.