Skip to content

Loading…

Low-level changes for `iron-list` integration (`fire` & `modelForElement`) #2003

Closed
kevinpschaaf opened this Issue · 0 comments

1 participant

@kevinpschaaf
Owner

Need two changes for iron-list integration:

  • Polymer.Bind lib has a layering violation (noted TODO) where it calls this.fire from Bind. Should be changed to call Polymer.Base.fire, so that the model API decoupled (iron-list prepares the vanilla template as a bind model, which is not a Polymer.Base extension)
  • Since Templatizer performs the _templateInstance decoration of top-level stamped children, modelForElement should be a Templatizer API since it relies on this implementation detail.
@kevinpschaaf kevinpschaaf self-assigned this
@kevinpschaaf kevinpschaaf added the p1 label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.