This is my MVVM definition
So when it renders I see this (attached)
...how do I get it to show the 0 on the scale instead of nothing?
<
div
id
=
"rangeSlider"
data-role
=
"rangeslider"
data-bind
=
"value: hoursArray, events: { change: setHours }"
data-min
=
"0"
data-max
=
"23"
>
<
input
type
=
"text"
/>
<
input
type
=
"text"
/>
</
div
>
So when it renders I see this (attached)
...how do I get it to show the 0 on the scale instead of nothing?