This issue is related to accessibility. When user is clicking the esc button, its calling the button action. I am using the below code.
<a ng-click="MyAction();" ng-keypress="My Action();" translate="Hellow_world">Hellow World</a>.
How we can avoid calling the esc action button. This issue is only happening in IE. Any suggestion would be appriciated