Can someone clear my doubts on this Stackoverflow question :
http://stackoverflow.com/questions/31777329/event-handling-between-parent-and-child-page-in-polymer-1-0
have a parent polymer element called parent-page and a child element
called child-page.
parent-page calls child page and passes an array with it. for e.g, in
parent page:
<child-page items={{itemsArray}}></child-page>
Now, on the basis of certain activity child page fires an event with a new
array.
eg, in child page:
this.fire('eventPerformed', newArray);
This array is being listened by the parent page and received with expected
values.
Now, I want to pass that new array to the child page such that the child-page
is rendered according to the new array.
How to achieve it?
Basically I want to recall the child element when the itemsArray changes.
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/e8a76e01-b865-44a9-b13b-02ab8b62062e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.