the-darc / angular-virtual-keyboard

An AngularJs Virtual Keyboard Interface based on GreyWyvern VKI
http://the-darc.github.io/angular-virtual-keyboard
MIT License
72 stars 41 forks source link

Make it possible to reuse VKI instance #2

Open the-darc opened 9 years ago

the-darc commented 9 years ago

Instead of a configurations, it would be interesting if the directive ng-virtual-keyboard clouds receive a VKI instance preconfigured. With this functionality would be possible to reuse a configuration in multiple entries reducing the number of 'listeners' created and improving performance in very large forms.