-
I'm able to change a top level model property by targeting the element in the DOM, but I'm assuming there's a cleaner less coupled way of doing this. Here was my dirty solution:
|
Beta Was this translation helpful? Give feedback.
Answered by
HugoDF
Mar 19, 2021
Replies: 1 comment 1 reply
-
Does |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
james0r
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does
this.test = "changed"
not work?