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

Templatizer: Changes to array/object properties from the parent scope not notified #2505

Closed
kevinpschaaf opened this issue Sep 30, 2015 · 1 comment
Assignees
Labels

Comments

@kevinpschaaf
Copy link
Member

When the templatized template is not the templatizer client, changes to array/object properties from the parent scope are not notified to template instances.

Originally filed as PolymerElements/iron-list#109

Root caused to https://github.com/Polymer/polymer/blob/master/src/lib/template/templatizer.html#L243 not adding notifyPath API, or any related path handling capability to the template.

@kevinpschaaf
Copy link
Member Author

PR here: #2533

sorvell pushed a commit that referenced this issue Oct 8, 2015
Add notify-path API to templatized template. Fixes #2505.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant