
Loading…
Low-level changes for `iron-list` integration (`fire` & `modelForElement`) #2003
Owner
kevinpschaaf
commented
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need two changes for
iron-listintegration:Polymer.Bindlib has a layering violation (noted TODO) where it callsthis.firefrom Bind. Should be changed to callPolymer.Base.fire, so that the model API decoupled (iron-listprepares the vanilla template as a bind model, which is not aPolymer.Baseextension)Templatizerperforms the_templateInstancedecoration of top-level stamped children,modelForElementshould be aTemplatizerAPI since it relies on this implementation detail.