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 was archived by the owner on May 29, 2019. It is now read-only.
You can see that also in the demo page (https://angular-ui.github.io/bootstrap/#/carousel),
move on last slide and then quickly click the Add Slide button and then the carousel next control arrow,
the UI will flicker and then the carousel will become unresponsive.
As a temporary fix I'm using $timeout after setting the active property
The text was updated successfully, but these errors were encountered:
this happens when on the edge slide (both last and first) after adding a new slide and advancing the carousel, both manually (setting active to false on the current slide, and true on the following) or clicking carousel prev/next controls.
as seen in this plunker, if you add a slide and force scrolling right or left, rendering up.
http://plnkr.co/edit/HnfgQMHXNE2QQdOMFeZl
You can see that also in the demo page (https://angular-ui.github.io/bootstrap/#/carousel),
move on last slide and then quickly click the Add Slide button and then the carousel next control arrow,
the UI will flicker and then the carousel will become unresponsive.
As a temporary fix I'm using $timeout after setting the active property
The text was updated successfully, but these errors were encountered: