PolymerElements / neon-animation

Polymer + Web Animations
https://www.webcomponents.org/element/PolymerElements/neon-animation
143 stars 98 forks source link

Issue with scope. Was playing around with the declarative demo and came across this issue of "Cannot set property 'selected' of null" wh #211

Open ijava85 opened 8 years ago

ijava85 commented 8 years ago

Was playing around with the declarative demo and came across this issue of "Cannot set property 'selected' of null". Any suggestions?

var scope = document.querySelector('template[is="dom-bind"]'); scope.selected = 0;