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
When working with array like objects, data-binded properties do not properly update the view later when setting to those values.
http://jsbin.com/mamogo/1/edit?html,output
seems to be linked to the notifyPath reporting changes as 'complexArray..splices'
The text was updated successfully, but these errors were encountered:
Allow setting non-index array properties. Fixes #2096.
f8cad94
Will be fixed in #2097
Confirmed fix in repro case here: http://jsbin.com/sedoqebuqe/edit?html,output
Sorry, something went wrong.
you sir are an angel in human form!
Merge pull request #2097 from Polymer/2096-kschaaf-set-array-prop
3dc50fc
kevinpschaaf
No branches or pull requests
When working with array like objects, data-binded properties do not properly update the view later when setting to those values.
http://jsbin.com/mamogo/1/edit?html,output
seems to be linked to the notifyPath reporting changes as 'complexArray..splices'
The text was updated successfully, but these errors were encountered: