backbone-nested-models
backbone-nested-models copied to clipboard
events not firing on nested children
trafficstars
I have an options model in which one of the options is a center. I've set this up to be a center model in the relations.
When I change the center using set, nothing is fired from the events. If I change another attribute in the options model, events are fired normally.
Am I missing something here?