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.
Commit 531a8de introduced a breaking change where the $observe function no longer gets called even for attributes that aren't defined. There is a note about this on the github page, but there is nothing about it in either the changelog or the migration guide.
I have been working on migrating from 1.2 to 1.3 and it took me a while to track down an issue because of this new behavior. I think it's worth adding a breaking change note to the change log and adding this to the migration guide (https://docs.angularjs.org/guide/migration), so people can be made aware of this breaking change.
The text was updated successfully, but these errors were encountered:
Commit 531a8de introduced a breaking change where the $observe function no longer gets called even for attributes that aren't defined. There is a note about this on the github page, but there is nothing about it in either the changelog or the migration guide.
I have been working on migrating from 1.2 to 1.3 and it took me a while to track down an issue because of this new behavior. I think it's worth adding a breaking change note to the change log and adding this to the migration guide (https://docs.angularjs.org/guide/migration), so people can be made aware of this breaking change.
The text was updated successfully, but these errors were encountered: