Why does a function in a child view model causes a function in the parent view model to fire?
问题 This is a follow-up question to this one: On the following code, func is a simple function that's bounded to a parent div . Naturally, it fires when document loads, but it also fires when the button is pressed. As explained on the answer to the linked question, I thought this can happen only if func would have been a computed (since it's value is recomputed whenever any of the observables it depends on is changed), but I now see it happens with a simple function. Why? var MasterViewModel =