Closed
Description
The current code uses two-way binding for the slider options, which can cause infinite digest loops (see https://jsfiddle.net/txupy024/). The slider code never modifies the options value, so the two way binding is not needed.
The fix is a two line change, and I would be able to make the contribution myself.