-
-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slider stuck and not centered when use fade in - fade out #515
Comments
Also, handling show/hide of element via jQuery is not really the way to go with Angular. You should use |
thx . but how do I do the "click" on refreshSlider without ng-show or ng click |
and I cant remove the fade in jquery now because its feature that working good for me :) the fade in/out make the problem i guess but i cant replace it |
You don't have to click on vm.refreshSlider but just call it like My remark about fading is just an advice for writing better Angular apps, but it's not the reason of your issue. |
thx a lot |
Steps to reproduce
without fadein/fadeout . the sliders works great
thx for support
code directive A :
page controller:
slider code:
The text was updated successfully, but these errors were encountered: