angular-bootstrap-slider
angular-bootstrap-slider copied to clipboard
Model is not updated for clickable event it only supports slide event
Hi,
Model is not updated for clickable event it only supports slide event.
When i am clicking on slider the event is not triggered.
Please help me for this.
Regards, Hemant
Any Updates on this?
No, sorry, I don't actively develop this. If you figure something out, please feel free to send a pull request.
This is killing me too... I'm looking for a solution, but no news yet: would love to know if anyone else out there has worked around it.
I'm thinking that maybe this was just due to a version mismatch... I had an override being loaded into my project, and once I ensured proper versions of this and bootstrap-slider were in, it seemed to start working as expected on click events.... so I dunno. Couldn't begin to say when the mismatch started causing a problem, though, and I'm not 100% sure that's the answer, but it could be it.
I think it support click able event need to modify existing library. Tomorrow I will try and let you know. On Sep 15, 2015 10:04 PM, "Evan Villemez" [email protected] wrote:
I'm thinking that maybe this was just due to a version mismatch... I had an override being loaded into my project, and once I ensured proper versions of this and bootstrap-slider were in, it seemed to start working as expected on click events.... so I dunno. Couldn't begin to say when the mismatch started causing a problem, though, and I'm not 100% sure that's the answer, but it could be it.
— Reply to this email directly or view it on GitHub https://github.com/seiyria/angular-bootstrap-slider/issues/71#issuecomment-140453961 .
Please check if this PR will fix our issue. https://github.com/seiyria/angular-bootstrap-slider/pull/114
+1
I had to add a ng-click directive with the same function as a workaround.
<slider on-slide="update()" ng-click="update()">