angular change detection on object property
Hello again, so angular is not rerendring your page when you updated your object
huh? Well shit. You got some options:
- Dont use an object, use a value that can be changed detected.
- Use a setter on properties that you want to check.