Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

I cannot manipulate the order of carousel slide via array #3331

Closed
thakerng opened this issue Feb 24, 2015 · 3 comments
Closed

I cannot manipulate the order of carousel slide via array #3331

thakerng opened this issue Feb 24, 2015 · 3 comments

Comments

@thakerng
Copy link

Example

if we have an array such as slides = [slide1,slide2,slide3,slide4]; then we need to insert slide5 to between slide3 and slide4 by splice function,So we have [slide1,slide2,slide3,slide5,slide4] we expect the view result should be sorted as the same order.But actually the library perform slide5 displayed at the last of slide like we push slide5 to the last of array, I think this is bad practice for me I expect the slides should be sorted as the same order of an array it hard to sort like dynamic slide.

@karianna
Copy link
Contributor

plunkr please

@ayakovlevgh
Copy link
Contributor

I think it's a duplicate of #488
And I have the same problem.

@chrisirhc
Copy link
Contributor

Indeed this is a duplicate of #488 . Closing as duplicate.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants