I'm currently working with angular dart and I came across a small issue that I can't resolve regarding binding.
I have a main view containing a component which sole purpose is to update an object (Order) and display it's content (list of item). I have a binding from the view to the component for this Order.
The customer is able to modify the order in the view (adding items ..) and when he does I would like my component to received the updated order so it can do what it should.
The problem is that it never receives the updated order.
I created a small AngularDart webapp to reproduce the issue, bear in mind the "Order" object is actually way more complex and the customer can modify lots of data.
https://gist.github.com/gctom57/fed428aa56cb3ae3414e64aae517fe6e
If anyone has an idea for what the problem is and how I could solve it. Thx
using angular:4.0.0
Dart VM version: 1.24.3