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.
The watch no longer returns any value. So the current digest will never be marked as dirty even though the watch has performed actions that should require a second pass through the digest loop.
I think the fix is probably just returning the value we get from ngModelGet($scope). This will allow the digest to compare the previous value and mark itself as dirty if necessary.
Does anyone see a problem with this approach? If not I can submit a PR.