Polymer, issue with binding array to paper slider value
问题 Here is example of the issue: Plunk The initial value, 31, is not binding when changing the slider. Array value 31 is seated on the initiation, but can not be reseated after change. How to properly bind slider to the array? <base href="http://polygit.org/polymer+:master/components/"> <script src="webcomponentsjs/webcomponents-lite.min.js"></script> <link href="polymer/polymer.html" rel="import"> <link href="paper-input/paper-input.html" rel="import"> <link href="paper-slider/paper-slider.html