Hi!
EDIT: Forgot to tell, that i am updating a nested property
When i update user properties like user.roleId from within organization-diagram, the user-list does not get notified about the update. Using a binding signaler on user-list did not work, too. What am i doing wrong, or how could i update the bound users in user-list, when a users.roleId changes?
<user-list users.bind="organization.users"></user-list>
<organization-diagram organization.bind="organization"> </organization-diagram >
Both elements use 2way-binding.
Thanks in advance