You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polymer sugaring, including event processing, data binding, and node marshalling, only happens once at shadow DOM creation time.
As there may be use cases where users want to update/replace shadow DOM and still have sugaring, we probably should provide an API for doing this imperatively.
Here is an example of some code that could be used, in particular, for managing MDV bindings on shadow DOM replacement.
This is pretty flexible and seems like it doesn't need much improvement. The only thing missing in this case is node marshaling (which can be manually addressed by calling marshalNodeReferences(root)). Since that issue is separately addressed, closing this issue.
Polymer sugaring, including event processing, data binding, and node marshalling, only happens once at shadow DOM creation time.
As there may be use cases where users want to update/replace shadow DOM and still have sugaring, we probably should provide an API for doing this imperatively.
Here is an example of some code that could be used, in particular, for managing MDV bindings on shadow DOM replacement.
http://jsfiddle.net/xkV5q/3/
The text was updated successfully, but these errors were encountered: