You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.