We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an options model in which one of the options is a center. I've set this up to be a center model in the relations.
options
center
When I change the center using set, nothing is fired from the events. If I change another attribute in the options model, events are fired normally.
set
Am I missing something here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an
options
model in which one of the options is acenter
. I've set this up to be acenter
model in the relations.When I change the
center
usingset
, nothing is fired from the events. If I change another attribute in theoptions
model, events are fired normally.Am I missing something here?
The text was updated successfully, but these errors were encountered: