Skip to content
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

Open
yagobski opened this issue Jul 11, 2015 · 7 comments
Open

RTL support #118

yagobski opened this issue Jul 11, 2015 · 7 comments

Comments

@yagobski
Copy link

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

@darul75
Copy link
Owner

darul75 commented Jul 12, 2015

Have you tried reverse from and to options, to: 1 from:100

@yagobski
Copy link
Author

Yes i try that but the slider dont work

Le dimanche 12 juillet 2015, Julien Valéry [email protected] a
écrit :

Have you tried reverse from and to options, to: 1 from:100


Reply to this email directly or view it on GitHub
#118 (comment)
.

@darul75
Copy link
Owner

darul75 commented Jul 12, 2015

I can not check now but will soon

@yagobski
Copy link
Author

Thanks in advance. by the way your plugin is awesome

2015-07-12 19:56 GMT+02:00 Julien Valéry [email protected]:

I can not check now but will soon


Reply to this email directly or view it on GitHub
#118 (comment)
.

@darul75
Copy link
Owner

darul75 commented Jul 13, 2015

Could you send your options here I try to check tonight then

@darul75
Copy link
Owner

darul75 commented Jul 14, 2015

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);
        }               
    };

@yagobski
Copy link
Author

Thanks for your answer i will try to do like that.

2015-07-14 11:49 GMT+02:00 Julien Valéry [email protected]:

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);
    }
};


Reply to this email directly or view it on GitHub
#118 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants