This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Description
I have a global value which is watched in multiple controllers. When one of them is closed I want to unwatch only the watcher within that controller.
However, if I use unwatch() function every watch associated with that object is being deleted and the watches in my other controllers stop working.
How can I work around this?