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 has been archived by the owner on Apr 12, 2024. It is now read-only.
The fix for #4979 (if it also async applies on focus) would fix this, yes. In Angular 2.0, we shouldn't have this problem at all, hopefully heres hoping. I'm going to mark this as a duplicate and make a note that focus also can suffer from this problem under some circumstances.
@Narretz hopefully we can get rid of dirty-checking entirely (and therefore get rid of the digest cycle), but that may not be feasible for everything, it depends on how things progress I suppose.
When autofocus is used on a input field which also has ng-focus and using ng-include on the page, angularjs throws: $digest already in progress
Code to reproduce
Plunkr: http://plnkr.co/edit/diGeK3lylou3ziNpEwgj
Stacktrace:
This might be related, but I'm not sure: #4979
The text was updated successfully, but these errors were encountered: