You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: