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.
Due to #6253, angular.equals needs to test for
key.charAt(0) === '$' && key.charAt(1) === '$'
, not simplykey.charAt(0) === '$'
The current test for single '$' breaks angular.equals, as well as anything that relies on it ($watch, for example).
The text was updated successfully, but these errors were encountered: