I have an ArrayController with an itemController. Both are making modifications to a currentUser’s preferences. When I update the preferences from the ArrayController, anything relying on those preferences are recalculated as expected, but when I update the preferences from the itemController, nothing happens. (However, if I update a property of an item, that property is re-rendered just fine.)
I’ve created a jsfiddle at Ember Starter Kit - JSFiddle - Code Playground, any ideas about what might be wrong?