-
Notifications
You must be signed in to change notification settings - Fork 531
Closed
Labels
Description
Note: for support questions, please use stackoverflow. This repository's issues are reserved for feature requests and bug reports.
- I'm submitting a ...
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
- Do you want to request a feature or report a bug? bug
- What is the current behavior?
"Model updated"-event is not fired anymore in newer versions.
- If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
I used the demo fiddle and add an update method which create a console output. With version 2.1.1 every time I change the model, a console output is created. In version 2.3.2 nothing happens.
Version 2.1.1: https://jsfiddle.net/hv3ktyag/ -> it's working
Version 2.3.2: https://jsfiddle.net/qz90dwxy/ -> not working
- What is the expected behavior?
The model-updated event should fired, when the model is updated
- What is the motivation / use case for changing the behavior?
-
Please tell us about your environment:
- Version: [2.3.2]
- Browser: [all]
- Language: [all | TypeScript X.X | ES6/7 | ES5 | Dart]
- Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)