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

Tooltip - Initial on wrong Position

Open stephan-fischer opened this issue 9 years ago • 7 comments

bildschirmfoto 2016-01-26 um 19 34 34

Basic Integration

<slider ng-model="element.ngModel.rotate" min="0" step="1" max="360"></slider>

But Tooltips is first on the wrong position.

stephan-fischer avatar Jan 26 '16 18:01 stephan-fischer

+1

alxgiraud avatar Feb 18 '16 15:02 alxgiraud

+1

ikari-pl avatar Mar 02 '16 14:03 ikari-pl

+1

MukundSankaran avatar Jul 01 '16 21:07 MukundSankaran

+1

invertium avatar Oct 02 '16 11:10 invertium

+1

carromeu avatar Dec 15 '16 19:12 carromeu

If anyone wants to contribute a fix instead of contributing a rather pointless +1, that would be welcome.

seiyria avatar Dec 15 '16 19:12 seiyria

Not sure about the cause, but to solve this we can broadcast relayout event.

$scope.$broadcast('slider:relayout')

This will render the tooltip again, after initialization. Useful in situations when the slider and tooltip are initially hidden.

anuja-joshi avatar Mar 03 '17 10:03 anuja-joshi