jchildress
03/20/2017, 8:54 PMval 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...