diff --git a/src/state-summary/state-card-input_slider.html b/src/state-summary/state-card-input_slider.html index 038a6aa946..99a3d1ee2c 100644 --- a/src/state-summary/state-card-input_slider.html +++ b/src/state-summary/state-card-input_slider.html @@ -60,11 +60,10 @@ Polymer({ }, stateObjectChanged: function (newVal) { - this.value = Number(newVal.state); this.min = Number(newVal.attributes.min); this.max = Number(newVal.attributes.max); - this.step = Number(newVal.attributes.step); + this.value = Number(newVal.state); }, selectedValueChanged: function () {