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.
Deleting a slide incorrectly indexes the active variable passed to the uib-carousel directive.
Steps to reproduce
Stay on the first slide
Click Remove slide
Observed
The active index which is passed in from the controller is set one.
NOTE: You seem to be able to click through the deck for awhile but eventually it gets stuck which is probably due to the active index getting out of sync.
Expected
I'd expect that the active index should be set to zero when the first slide has been deleted.
If my assumptions are incorrect, apologies, but I read through the documentation/bugs and couldn't find a resolution.
Link to minimally-working plunker that reproduces the issue: