Venturocket / angular-slider

Slider directive for AngularJS.
MIT License
262 stars 121 forks source link

Allow to call $event.stopPropogation when a drag occurs #69

Open BeOleg opened 10 years ago

BeOleg commented 10 years ago

In case a knob is drugged, the swipe event is propagated up the DOM node tree. e.g being bubbled. I would like to have an option to prevent that behavior.

Willing to contribute some code, in case I'll get some spec \ guidelines.