-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTL support #118
Comments
Have you tried reverse from and to options, to: 1 from:100 |
Yes i try that but the slider dont work Le dimanche 12 juillet 2015, Julien Valéry [email protected] a
|
I can not check now but will soon |
Thanks in advance. by the way your plugin is awesome 2015-07-12 19:56 GMT+02:00 Julien Valéry [email protected]:
|
Could you send your options here I try to check tonight then |
I have updated example http://jsfiddle.net/wzu4qdhu/1/ is it fine for you ? $scope.options2 = {
from: 100,
to: 1,
floor: true,
step: 1,
dimension: " km",
vertical: false,
callback: function(value, elt) {
console.log(value);
}
}; |
Thanks for your answer i will try to do like that. 2015-07-14 11:49 GMT+02:00 Julien Valéry [email protected]:
|
Hi,
How can i inverse sens when my theme is RTL.
I have flip all css using flip css module. I get problem with the ng-slider because the sens is not correct when i slide.
Any solution
The text was updated successfully, but these errors were encountered: