Commit 59b8dbdb authored by Rafal Zajac's avatar Rafal Zajac

Document slideEnded event

parent 9fa6c4a1
......@@ -129,6 +129,13 @@ To force slider to recalculate dimensions broadcast **reCalcViewDimensions** eve
You can also force redraw with **rzSliderForceRender** event.
At the end of each "slide" slider emits `slideEnded` event.
```javascript
$scope.$on("slideEnded", function() {
// user finished sliding a handle
});
```
## Project integration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment