You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Steps to reproduce:
ng-clickinputwithng-focusng-clickhandler, callinput.focus()Expected result:
Input will focus, and
ng-focushandler will be called.Observed result:
Input focuses, but
$rootScope:inprogerror thrown. Error cannot be caught.ng-focushandler never called.Example code
http://jsfiddle.net/MVxqj/2/