xomaczar / ember-cli-ion-rangeslider

An Ember and ion.RangeSlider integration, packaged as an Ember-cli addon.
MIT License
7 stars 14 forks source link

fixes #4 #5

Closed smcclstocks closed 9 years ago

smcclstocks commented 9 years ago

if from or to are 0 then 0 is regarded as falsey incorrectly.

pretty_separator typo

is_active check when _slider isn’t ready yet

smcclstocks commented 9 years ago

if my fixes are junk then feel free to modify however you see fit.

mmoonport commented 9 years ago

+1 These are good fixes. I was about to submit the same pull request but @smcclstocks took care of it!