Open zverev opened 9 years ago
I'm trying to validate a model in a collection, that is used by CollectionView and get an exception Cannot read property 'invalid' of undefined. http://jsbin.com/pukoxe/3/edit?js,console
Cannot read property 'invalid' of undefined
It looks like the bind events are not expecting the delegation from children. Will see what we can do to fix this.
I'm trying to validate a model in a collection, that is used by CollectionView and get an exception
Cannot read property 'invalid' of undefined
. http://jsbin.com/pukoxe/3/edit?js,console