outback
outback copied to clipboard
View models shouldn't be required to make collection binding useful.
Currently, the valueAccessor passed to bindings returns a function which wraps .get
and .set
. It would be nice to expose access to .models
or allow predicate functions in so that we can bind things like the number of elements, or all of the elements having some property, or none of them, etc.