You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: It's only when it is set to max or min of the slider. So it looks like the plugin is nulling them out instead of just making them the min and max values.
The text was updated successfully, but these errors were encountered:
I don't understand why this is happening, all the type casting in angular is getting a little obnoxious.
Here's what I'm doing:
View:
<div data-show-values="true" step="1" range-slider min="0" max="100" model-min="drsCtrl.queryData.score_low" model-max="drsCtrl.queryData.score_high" on-handle-up="drsCtrl.getResults()"></div>
drsCtrl:
this.queryData.score_low = 0; this.queryData.score_high = 100;
And I get this:
http://grab.by/KEaQ
Whyyyyy
Thanks for any help.
Update: It's only when it is set to max or min of the slider. So it looks like the plugin is nulling them out instead of just making them the min and max values.
The text was updated successfully, but these errors were encountered: