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

What's the right way to hide visual elements? #1

Closed pnachum closed 9 years ago

pnachum commented 9 years ago

I'm doing this:

{{ember-ion-rangeslider
      type="single"
      min=0
      max=1
      step=0.01
      from=fromVal
      hide_min_max=true
      hide_from_to=true
    }}

But I still see those extra visual cues.

image

xomaczar commented 9 years ago

No support for this yet. I'll look into it tonight

pnachum commented 9 years ago

Thanks!

xomaczar commented 9 years ago

@philpee2 Sorry been busy at work, putting final touches on v0.1.0 with full support of all ion.rangeSlider options. Just wanted to keep you in the loop

pnachum commented 9 years ago

No worries. Thanks!

xomaczar commented 9 years ago

Any other features we are missing or would be nice to have?

pnachum commented 9 years ago

Not that I can think of

xomaczar commented 9 years ago

K

xomaczar commented 9 years ago

@philpee2 I just released a new ember-cli-ion-range-slider with supports all available ionRangeSlilder options, please checkout v.0.1.0 https://www.npmjs.com/package/ember-cli-ion-rangeslider

pnachum commented 9 years ago

Thanks!