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

Tooltip - Initial on wrong Position #123

Open
stephan-fischer opened this issue Jan 26, 2016 · 7 comments
Open

Tooltip - Initial on wrong Position #123

stephan-fischer opened this issue Jan 26, 2016 · 7 comments

Comments

@stephan-fischer
Copy link

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.

@alxgiraud
Copy link

+1

4 similar comments
@ikari-pl
Copy link

ikari-pl commented Mar 2, 2016

+1

@MukundSankaran
Copy link

+1

@invertium
Copy link

+1

@carromeu
Copy link

+1

@seiyria
Copy link
Owner

seiyria commented Dec 15, 2016

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

@anuja-joshi
Copy link

anuja-joshi commented Mar 3, 2017

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.

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

8 participants