I have a stupid can.components event related question: should you be able to listen to viewModel changes with this syntax: '{some_value} updated': function() { } ? Oh, and the "some_value" is the component's attribute. I just don't seem to get this to work. Seems like the most logical way to listen to the components attribute changes.
is it possible to have something like person.attr({'first.name': 'Bob'}) actually do person.attr('first.name', 'Bob') instead of it doing person.attr('first\.name') which I don't want ?