angular-awesome-slider icon indicating copy to clipboard operation
angular-awesome-slider copied to clipboard

RTL support

Open yagobski opened this issue 10 years ago • 7 comments

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

yagobski avatar Jul 11 '15 17:07 yagobski

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

darul75 avatar Jul 12 '15 15:07 darul75

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 https://github.com/darul75/angular-awesome-slider/issues/118#issuecomment-120731263 .

yagobski avatar Jul 12 '15 16:07 yagobski

I can not check now but will soon

darul75 avatar Jul 12 '15 17:07 darul75

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 https://github.com/darul75/angular-awesome-slider/issues/118#issuecomment-120750895 .

yagobski avatar Jul 12 '15 19:07 yagobski

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

darul75 avatar Jul 13 '15 11:07 darul75

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

darul75 avatar Jul 14 '15 09:07 darul75

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 https://github.com/darul75/angular-awesome-slider/issues/118#issuecomment-121183748 .

yagobski avatar Jul 14 '15 09:07 yagobski