- 30 Jun, 2016 7 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
https://github.com/EtixLabs/angularjs-slider…Valentin Hervieu authored
Merge branch 'fix-module-export' of https://github.com/EtixLabs/angularjs-slider into EtixLabs-fix-module-export
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Gael du Plessix authored
-
Gael du Plessix authored
When the module is imported using AMD/CommonJS, it is expected to expose its name instead of the Angular module object. This is because angular.module() expects the dependencies as string instead of actual module objects. Fix #326. Breaking change: code that relies on the module object to be exported (accessing the name via `.name` for example) will break, since the name is now directly returned.
-
- 29 Jun, 2016 1 commit
-
-
Ryo Yamada authored
-
- 09 Jun, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 07 Jun, 2016 1 commit
-
-
Valentin Hervieu authored
In 3afcce95 commit, I changed the behavior of the combined label for range slider. However, this broke previous implementation, so this commit add an option to configure this feature. The default behavior is back as previously: If the slider values are the same, the combined label is 'X - X' Related to #245
-
- 04 Jun, 2016 4 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Closes #339
-
Valentin Hervieu authored
-
Valentin Hervieu authored
* refactor(stepsArray): Bind rzSliderModel and rzSliderHigh to the actual value As discussed in #328
-
- 02 Jun, 2016 2 commits
-
-
Valentin Hervieu authored
-
Jez McKean authored
-
- 29 May, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 25 May, 2016 2 commits
-
-
-
Valentin Hervieu authored
Handle slideEnded event as well Closes #319
-
- 24 May, 2016 1 commit
-
-
Tom Chiverton authored
* IE8 support IE8 requires the ability to use the alternative directive syntax : <div rzslider ... ></div> Fixes #313 * Update for new default template * New template for IE8 support * Update for new template * oops * Suggested fixes for #314
-
- 22 May, 2016 5 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(maxRange): Add a maxRange option
-
Valentin Hervieu authored
#322
-
Valentin Hervieu authored
feat(minMaxLimit): Add a minLimit and a maxLimit
-
Valentin Hervieu authored
-
- 19 May, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 17 May, 2016 1 commit
-
-
Valentin Hervieu authored
Add BoundPointerLabels Option
-
- 13 May, 2016 1 commit
-
-
Andrey Tkachenko authored
added new option boundPointerLabels (default: true). If it is false - pointer label will not stick to the ends of slider.
-
- 24 Apr, 2016 3 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(ticks): Add legend support
-
Valentin Hervieu authored
This feature enables to display legend under each slider tick.
-
- 22 Apr, 2016 3 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(ticks): Accept numbers for showTicks/showTicksValues
-
Valentin Hervieu authored
Thanks to this feature, you can display ticks at intermediate positions without setting a fixed step
-
- 01 Apr, 2016 5 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
Closes #273
-
Valentin Hervieu authored
fix(rz-vertical rz-tick-value): Position long labels on vertical sliders correctly
-
Daniel Bartholomae authored
305
-
Valentin Hervieu authored
-
- 30 Mar, 2016 1 commit
-
-
Valentin Hervieu authored
-