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

Strict DI #213

Closed Cestbienmoi closed 8 years ago

Cestbienmoi commented 8 years ago

The code is incompatible with ng-strict-di (and thus can not be minified without special minifier).

chieffancypants commented 8 years ago

Inline array injection is added at build time. Please make sure you're using the files from build/ not src/.