Simplify annotation key event handling (#3438)
Rather than imperatively adding a 'keydown' event handler in the <annotation> link function, use `ng-keydown` to set up an event handler instead. With this we no longer need a link function.
Showing
Please register or sign in to comment