Dennis Liger

Results 10 comments of Dennis Liger

+1 Issue present event when events are in the same controller. ``` hotkeys.bindTo($scope) .add({ combo: 's', action: 'keydown', description: 'Do a thing 1', callback: function (event, hotkey) { console.log('s -...

We need support of Angular Universal as well.

The issue with multiple cells copy/paste. I can copy-paste one cell but not many

> useReducer is beneficial when dealing with complex state logic and multiple sub-values; a very deep object for example. As the documentation says, it makes testing and debugging easier. I'm...