[AngularJS] Re: angular-slider of words showTicks=true is showing more ticks than expected

2016-04-05 Thread Novin Jaiswal
found the root cause it was stupid css of my project which was causing the issue. resolved On Tuesday, April 5, 2016 at 5:40:51 PM UTC+5:30, Novin Jaiswal wrote: > > Hi, > > I have used rzslider of words in my project, the movement i > set showTicks=true it shows more ticks than expected. > > H

[AngularJS] Re: angular-slider of words showTicks=true is showing more ticks than expected

2016-04-05 Thread Novin Jaiswal
one correction $scope.slider = { value: 0, maxValue: 3, options: { floor: 0, ceil: 3, *showTicks:true,* stepsArray: [ "Fair","Good", "Very Good","Excellent"] } }; Angular version: 1.4.8 On Tuesday, April 5, 2016 at 5:40:51 PM UTC+5:30, Novin Jaiswal wrote: > > Hi, > >