https://kotlinlang.org logo
j

jchildress

03/20/2017, 8:54 PM
The footer view has
val itemsLeft = integerBinding(store.todos.items) { count { !it.completed } }
I'm not sure how the binding gets notified when the list contents properties have changed... not the list items, just the properties of the items...