angular-slider / angularjs-slider

Slider directive for AngularJS 1.X. No dependencies and mobile friendly.
http://angular-slider.github.io/angularjs-slider
MIT License
1.23k stars 498 forks source link

Last tick not display as expected on first load #673

Closed matthieup240 closed 5 years ago

matthieup240 commented 5 years ago

Hello,

On first load, the last tick is not showed on the main bar as expected. Here is a screenshot : Screenshot 2019-07-01 at 20 15 51

Do you have some ideas ?

trodi commented 5 years ago

Likely the slider needs to recalculate it's dimensions, see docs. Here's a link to common issues.

Remember to use the issue template that github prompts you with to ensure you provide all needed information (e.g., JSFiddle of the issue).

matthieup240 commented 5 years ago

It works by following the common issue. Thanks