AngularJS 1.8: Issues with $watch not detecting changes in a nested object after asynchronous update
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-12
angularjs watch async nested-objects
I'm working with AngularJS 1.8 and I'm facing an issue where a `$watch` on a nested object isn't detecting changes after the object is updated asynchronously. I...