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 Dec 30, 2018. It is now read-only.
There is a little issue with $digest and $apply management. When I write in the field, the console point out an error "$digest already in progress" referenced to the line 179.
This issue can be solved by setting the line under a timeout
$timeout(function() {
scope.$apply(function (){changeNgModel();});
})
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
There is a little issue with $digest and $apply management. When I write in the field, the console point out an error "$digest already in progress" referenced to the line 179.
This issue can be solved by setting the line under a timeout
$timeout(function() {
scope.$apply(function (){changeNgModel();});
})
The text was updated successfully, but these errors were encountered: