- 23 Aug, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 07 Aug, 2016 1 commit
-
-
Valentin Hervieu authored
Close #384
-
- 02 Aug, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
* Add unit test showing the issue * Fix the issue
-
- 17 Jul, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 15 Jul, 2016 1 commit
-
-
Troy McKinnon authored
Previously limit labels would be hidden based on the position of the pointer labels even if user options hide pointer labels
-
- 13 Jul, 2016 2 commits
-
-
Valentin Hervieu authored
-
amit777 authored
* feat(directive): Add function to customize color of ticks Pass a custom function to the slider options to allow for dynamic tick color determination
-
- 11 Jul, 2016 1 commit
-
-
Valentin Hervieu authored
-
- 09 Jul, 2016 1 commit
-
-
Ryo Yamada authored
-
- 07 Jul, 2016 1 commit
-
-
Valentin Hervieu authored
Close #354
-
- 06 Jul, 2016 1 commit
-
-
Valentin Hervieu authored
Fix #365
-
- 02 Jul, 2016 4 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
Valentin Hervieu authored
As described in #311
-
- 01 Jul, 2016 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
-
- 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 2 commits
-
-
Valentin Hervieu authored
-
Valentin Hervieu authored
feat(maxRange): Add a maxRange option
-