- Notifications
You must be signed in to change notification settings - Fork71
Deep reference not set & previous value used#78
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Setting a value via `this.set('parent.value`)` would fail to set.In addition the value didn't seem to be set, debugging in step though the old value was being used instead of the new value.
googlebot commentedOct 26, 2015
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝Please visithttps://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
googlebot commentedOct 26, 2015
CLAs look good, thanks! |
Can you add a test? |
Setting a value via
this.set('parent.value')
would fail to set.In addition the value didn't seem to be set, debugging in step though the old value was being used instead of the new value.