chieffancypants / angular-hotkeys

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

hotkeys not using explicit annotation and cannot be invoked in strict mode #250

Closed mattdisipio closed 7 years ago

mattdisipio commented 7 years ago

When using angular hotkeys in strict mode there is an error thrown due to some dependencies not being explicitly annotated.

error

mattdisipio commented 7 years ago

seems to have been addressed - my mistake!