- 06 Feb, 2016 8 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(translate): Pass a label string as third arg to the translate function to differentiate the lab Closes #252
-
Valentin Hervieu authored
Thanks to this, we can now pass html-formated content in the translate function Closes #251
-
Valentin Hervieu authored
Closes #245
-
Valentin Hervieu authored
feat(enforceStep): Add an enforceStep option (defaults to true)
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(selectionBar): Add a showSelectionBarFromValue
-
- 05 Feb, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 31 Jan, 2016 4 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(range): Add a noSwitching value to prevent switching min/max
-
Valentin Hervieu authored
-
Valentin Hervieu authored
I was not accepting sliders with floor=7, ceil=7 and step=10 that are actually valid.
-
- 27 Jan, 2016 1 commit
-
-
Valentin Hervieu authored
Closes #234
-
- 25 Jan, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 24 Jan, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 22 Jan, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
The minimum range authorized on the slider. Closes #231
-
- 21 Jan, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 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
-