RadMie / ng-knob

Angular.js directive to Knob component powered by d3.js (without jQuery)
http://radmie.github.io/ng-knob
MIT License
117 stars 48 forks source link

Callback when dragging finishes #32

Open ghys opened 8 years ago

ghys commented 8 years ago

This adds a new "onEnd" option, it can be set to a function which will be called when a drag operation ends, with the actual final value as the first parameter. Similar to the angular-slider option with the same name.