Author: | benjamincharity |
---|---|
Official Page: | Go to website |
Publish Date: | November 4, 2016 |
License: | MIT |
Description:
A small AngularJS module to bind specific keypress events to methods.
At times you may need to attach specific functionality to an element based on specific key input. For simple cases, AngularJS has a built in solution called ngKeyup that works well. At other times you may need something with a bit more power. angular-keybind was built to solve this more complex use case.