-
-
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 not set position on load inside Bootstrap modal #672
Comments
As explained in other issues and on the "Sliders inside a modal" demo (https://angular-slider.github.io/angularjs-slider/), you need to call |
I have added `** $rootScope.$broadcast('rzSliderForceRender');** into function and called it on all 3 accordian collapsed divs, it worked but not fully.
check this new plunkr after adding $rootscope |
@officialkansal HI, I know that maybe this is not a good way of handle this but I hope that help because it helped me, I found it accidentallty :-D
|
I have tried many ways earlier of issues that were closed.
My slider psoition is not set on load if it is inisde bootstrap modal. It works if I click on it or resize my screen
I have added a plunkr for a demo. Please check it out and help me out..
https://plnkr.co/edit/espUYkaRlJE7JgtANciF
The text was updated successfully, but these errors were encountered: