Nissa Wollum
Nissa Wollum
...or something similar to debounce
``` js $scope.scoreSlider = { options: { floor: 0, ceil: 99, hideLimitLabels: true, showTicks: 30, getLegend: function (value) { var ticks = [0, 30, 60, 90]; if (ticks.includes(value)) { return...
One {{:scoreThreshold}} in another div shown when the slider is hidden
added a ng-show fn call (for debugging purposes) to the rz-slider directive and it was getting called 30+ times on a slide
Had a similar error that was fixed by reverting to node v0.12.1 for this project.