angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

About Hiding Bootstrap carousel slider on Date Conditon #6549

Open sushanttorankar opened 7 years ago

sushanttorankar commented 7 years ago

hello, i am using Bootstrap Carousel Slider in my project.but i want to hide the slider(s) based on date condition and need to make next slider as Active Slider respectively.

If I hide the Active Slider then the Next Slider will not automatically slide.So can someone please help me in this case.

Thank You !!!

WVWillHall commented 7 years ago

You will probably need to give a better example as your description is a little confusing.

However, if I understand your question then you should be able to conditionally show sliders using ng-if or ng-switch statement around the sliders themselves. .