Hello, I've got a data set that looks something like:
```Json [{key: int, isSelected: boolean, label: string, weight: int}, ...] ``` And I would like to bind that data set to a `DevExtreme` `dx-list`. I've got layout issues, but the data is at least being rendered in the list as expected. When I change the `isSelected` checkbox, or attempt to manipulate the `weight`, I am receiving the infamous: ``` ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'value: true'. Current value: 'value: false'. ``` Obviously this is "by design" but how does one properly bind data for editability? I'm not sure I fully understand that whole issue. Thanks, cheers, Michael W. Powell -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/2320b73a-3237-4e99-a491-0c438f299260o%40googlegroups.com.