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.
This is a simplified version of my auto focus directive (I know accessing the DOM in the controller is a no no) but am using this to show the issue. The ng-click event triggers a focus event on the input which has a ng-focus attached. When doing this, it causes a $apply already in progress error.
Is this a bug or am I not supposed to be able to do this?