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

https://github.com/polymerelements/polymer-starter-kit/commit/eba941318b2816a2e9285d4214eb9a1a937781c9


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -