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 has been archived by the owner on May 29, 2019. It is now read-only.
Try to click next slide, and the slide will jump from "slide 0" straight to "slide 6"
Also try to change UIBS version to 1.1.0 and it worked.
The slides work properly within 11 slides, it's broken on the 12th one
Link to minimally-working plunker that reproduces the issue:
For sort, the comparison function needs to return -1, 0, or 1. Returning a boolean doesn't work as false is 0 which means the two are considered equal.
Bug description:
Carousel wrong ordering, same as this
Try to click next slide, and the slide will jump from "slide 0" straight to "slide 6"
Also try to change UIBS version to
1.1.0
and it worked.The slides work properly within 11 slides, it's broken on the 12th one
Link to minimally-working plunker that reproduces the issue:
Plunker
Version of Angular, UIBS, and Bootstrap
Angular:
1.5
UIBS:
1.2.4
Bootstrap:
3.3.6
The text was updated successfully, but these errors were encountered: