The footer view has `val itemsLeft = integerBindin...
# tornadofx
j
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...