lifegadget / ui-slider

A visually attractive slider for ambitious Ember apps
https://ui-slider.firebaseapp.com/
MIT License
30 stars 39 forks source link

Using DDAU, value returned is jQuery event #37

Closed ryanrishi closed 6 years ago

ryanrishi commented 6 years ago

This is also causing an error because the Slider class is trying to update the value to a jQuery event.

Here's a twiddle reproducing the issue. Note that initially, value is 45, but when you play with the slider, it changes to [object Object] (a jQuery event).

Here's a screenshot detailing the error: screen shot 2018-01-11 at 5 12 13 pm

ryanrishi commented 6 years ago

I'm sorry, I've made a mistake. I was using change instead of changed in the template. Using changed works as expected. Thanks for a cool addon!