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

Labels doesn't render right at start

Open zauker opened this issue 9 years ago • 3 comments

The page that contain the slider doesn't render right the labels, as in the attached picture. But when i select another value on the slider the labels was rendered right. How could i fix this behaviour? Could I refresh the slider by my controller?

schermata 2015-11-10 alle 17 54 41

zauker avatar Nov 10 '15 17:11 zauker

Please provide a jsfiddle or plunker, a screenshot does not help me debug anything.

seiyria avatar Nov 10 '15 17:11 seiyria

Same Issue here! Basic Integration via

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

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

I observed this issue when slider is used with accordion, I think this is same issue as Tooltip out of position on accordion toggle To solve this, we can broadcast relayout event which Renders the tooltip again, after initialization. Like $scope.$broadcast('slider:relayout')

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