Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Labels doesn't render right at start #102

Open
zauker opened this issue Nov 10, 2015 · 3 comments
Open

Labels doesn't render right at start #102

zauker opened this issue Nov 10, 2015 · 3 comments

Comments

@zauker
Copy link

zauker commented Nov 10, 2015

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

@seiyria
Copy link
Owner

seiyria commented Nov 10, 2015

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

@stephan-fischer
Copy link

Same Issue here! Basic Integration via

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

@anuja-joshi
Copy link

anuja-joshi commented Mar 3, 2017

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')

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants