diff --git a/src/hotkeys.js b/src/hotkeys.js index 0b99f41..1913568 100644 --- a/src/hotkeys.js +++ b/src/hotkeys.js @@ -500,7 +500,7 @@ // $apply() to make sure angular's digest happens $rootScope.$apply(function() { // call the original hotkey callback with the keyboard event - callback(event, _get(combo)); + callback(event, combo); }); }; }