Skip to content
New issue

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

Observing a boxed value #5

Open
boris-petrov opened this issue Jan 9, 2020 · 1 comment
Open

Observing a boxed value #5

boris-petrov opened this issue Jan 9, 2020 · 1 comment

Comments

@boris-petrov
Copy link

Doing a:

addObserver(this, 'args.open', this.openChange);

Does not call openChange when open changes from the outside. How do I observe for changes a boxed value?

@pzuraq
Copy link
Owner

pzuraq commented Jan 9, 2020

Observers are not supported with ember-box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants