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.
Clicking on one of the a-tags will reproduce the issue, it does also behave differently if you have switched to e.g slide 3 using the bootstrap arrows and then use the a-tag
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.0
UIBS: 1.2.4
Bootstrap: 3.3.5
The text was updated successfully, but these errors were encountered:
@icfantv I would expect it to slide in from the correct direction.
E.g. I'm on slide 1 and tell it to go to slide 3 it would slide from right to left, just the same animation as it does if I press the arrow for going to the next slide. And vice versa if I'm on slide 3 and tell it to go to slide 1 it should slide from left to right like it does by pressing the previous arrow
I found the issue, in the $watch of 'active' you set "currentIndex = index;" before you run "self.select(slides[index]);", moving it down after it makes it work
Bug description:
After setting active slide state to a different index it will animate to that slide not using the intended animation behaviour
Link to minimally-working plunker that reproduces the issue:
http://plnkr.co/edit/oZrLzRaLb5cAmMBnz4p0?p=preview
Clicking on one of the a-tags will reproduce the issue, it does also behave differently if you have switched to e.g slide 3 using the bootstrap arrows and then use the a-tag
Version of Angular, UIBS, and Bootstrap
Angular: 1.5.0
UIBS: 1.2.4
Bootstrap: 3.3.5
The text was updated successfully, but these errors were encountered: