angular-circular-slider
angular-circular-slider copied to clipboard
Setting a default of zero on range from -100 to 100
It appears initializing to zero is not possible when using a negative to positive range. It just defaults to the minimum.
For my case resetting the initial setting to zero on modal.shown event worked. Setting a $timeout on the value variable within the scope may have similar results.
I'll roll out a fix shortly!
Fixed!