- 15 Jan, 2016 4 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
onStart should be called before any update so it should not be wrapped inside a .
-
Valentin Hervieu authored
perf(initialisation): Remove the timeout call in init.
-
Valentin Hervieu authored
Closes #220
-
- 13 Jan, 2016 2 commits
-
-
Valentin Hervieu authored
perf(): Remove $timeout call inside onChange event
-
Elias Cohenca authored
When the callback run while changing the slider takes a certain amount of time (~50 ms or more), the inside onChange can stall resulting in many changes lost along the way while it catches up. Removing seems to have no visible side effects. It might be possible that this is due to scope.() being called right before callOnChange(), so the model is updated anyway (see in applyModel)
-
- 08 Jan, 2016 3 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 30 Dec, 2015 3 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(selectionBar): Add a showSelectionBarEnd option
-
Valentin Hervieu authored
as requested in #213
-
- 29 Dec, 2015 4 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Set to true to only bind events on slider handles.
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 28 Dec, 2015 1 commit
-
-
Valentin Hervieu authored
-
- 27 Dec, 2015 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 26 Dec, 2015 1 commit
-
-
Valentin Hervieu authored
Also simplified updateHandles method which was covering some useless cases.
-
- 25 Dec, 2015 1 commit
-
-
Valentin Hervieu authored
-
- 24 Dec, 2015 5 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Fixed by adding the tooltip-append-to-body config element to enforce the tooltip to be added to the body. Discussed in #209
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 23 Dec, 2015 7 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
This feature is similar to the previous ticksValuesTooltip options but for ticks. Closes #209
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Set to true to round the `rzSliderModel` and `rzSliderHigh` to the slider range even when modified from outside the slider. When set to false, if the model values are modified from outside the slider, they are not rounded but they are still rendered properly on the slider. Closes #208.
-
Valentin Hervieu authored
-
Stephen Collins authored
-
Valentin Hervieu authored
Also refactor the tests architecture to have real tests interacting from outside the directive.
-
- 22 Dec, 2015 7 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
-
Valentin Hervieu authored
The order of watchers definition set the order in which their callback will be called when 2 watched values are modified simultaneously. If the slider value is changed along with the precision options, we want the value to be parsed with the new precision. Closes #207
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-