We just ran into the following issue:
If you have a slider - <input type='range'> - anywhere on your page you can click it once and then the thumb will stick with your mouse.
Plunker: http://plnkr.co/edit/sWJmTWImtunqLj819XFQ?p=preview
Try to move the slider at the top of the page.
If you remove the div with ng-scrollable the slider is working again.
It doesn´t matter if the slider is inside an element with ng-scrollable or not.
We just ran into the following issue:
If you have a slider -
<input type='range'>- anywhere on your page you can click it once and then the thumb will stick with your mouse.Plunker: http://plnkr.co/edit/sWJmTWImtunqLj819XFQ?p=preview
Try to move the slider at the top of the page.
If you remove the div with
ng-scrollablethe slider is working again.It doesn´t matter if the slider is inside an element with
ng-scrollableor not.