I would like to set up an event handler which fires every time when an attribute of any item from a can.Model (retrieved by .findAll) has been changed.
I can bind handlers to Model changes (add, remove etc.) but I need to handle attribute changes. How can I do that?