There is $watch... is there a way to 'un-watch' ? #4314
Unanswered
anentropic
asked this question in
1. Help
Replies: 1 comment 2 replies
-
Yes, just remove the property. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically what's in the title.
We can:
to 'watch' a data property and execute some code when it changes
is there a way to 'unwatch'?
Beta Was this translation helpful? Give feedback.
All reactions