Polymer 0.5 auto-binding template "template-bound" event 1.0 equivalent -
in polymer 0.5 auto-binding template fired "template-bound" event.
document.queryselector('#app').addeventlistener('template-bound', function () {})
what polymer 1.0 equivalent?
i have found solution this:
update 1.0 syntax: template-bound > dom-change can see change in commit of starterkit
Comments
Post a Comment