ZiadJ / knockoutjs-reactor

Recursively tracks changes within a view model no matter how deeply nested the observables are or whether they are nested within dynamically created array elements.
Other
74 stars 22 forks source link

This is one option to support unwatch #20

Closed bago closed 9 years ago

bago commented 9 years ago

I didn't test it yet, but it should work: do you think this could be implemented this way? Otherwise, can you give me any hint about implementing it a way that better matches reactor use-cases?

bago commented 9 years ago

This is related to #18

bago commented 9 years ago

Closing this one as the disposal function has been implemented differently.