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

Events? onChange, onFinish, etc. #6

Open allthesignals opened 8 years ago

allthesignals commented 8 years ago

Thank you for your work on this.

It looks like in the original ion rangeslider, there are a few events emitted -- onChange, onFinish, and so on -- I'm wondering if that is integrated with this ember addon, or how one would approach that sort of integration. I know some of the docs here point to the origional ion rangeslider, but I'm not sure how to approach that in Ember.

Thanks!

xomaczar commented 8 years ago

Can you elaborate on your use case?

allthesignals commented 8 years ago

Sorry I wasn't specific. I'm trying to write a wrapper component for the rangeslider, and I need to determine when actions like mouseUp and mouseDown occur so that I can parse controller properties like so: [100,200]

I was hoping there was some kind of event built into the addon for this.

aaronucsd commented 6 years ago

same concerns. How do i use prettify etc? I pass it a function from my component JS but it's not triggering.