Is there a way to use templated event binding in a can.Control to listen for changes to any model in a model list?
The list of models is fetched in the init of the control.
Anytime there is a change in any of the models in the list, I need to see if it was a specific property that was changed, and if so, do something.
Thanks.