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 way in which $watchCollection hijacks the listener callback function causes the old and new values to never be === identical. This makes it impossible to detect when the call was due to initalization of the watch value.
The way in which
$watchCollection
hijacks the listener callback function causes the old and new values to never be===
identical. This makes it impossible to detect when the call was due to initalization of the watch value.Probably related to #2621.
The text was updated successfully, but these errors were encountered: