Low-level changes for iron-list
integration (fire
& modelForElement
)
#2003
Labels
iron-list
integration (fire
& modelForElement
)
#2003
Need two changes for
iron-list
integration:Polymer.Bind
lib has a layering violation (noted TODO) where it callsthis.fire
from Bind. Should be changed to callPolymer.Base.fire
, so that the model API decoupled (iron-list
prepares the vanilla template as a bind model, which is not aPolymer.Base
extension)Templatizer
performs the_templateInstance
decoration of top-level stamped children,modelForElement
should be aTemplatizer
API since it relies on this implementation detail.The text was updated successfully, but these errors were encountered: