chieffancypants / angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.
http://chieffancypants.github.io/angular-hotkeys/
MIT License
1.68k stars 248 forks source link

support multiple values in hotkey-description and hotkey-action attrs. #228

Open keithgabryelski opened 8 years ago

keithgabryelski commented 8 years ago

support is syntactically similar to hotkey attr but allows for a single string (for legacy) which will assign a single value to all hotkeys.

update readme to explain old syntax and describe new syntax.

add phantomjs to package.json

add tests