-
Notifications
You must be signed in to change notification settings - Fork 6.7k
bug(carousel): carousel fails to update model changes #488
Comments
@pkozlowski-opensource There's been no reaction in 7 months, I don't think this is relevant anymore. |
Sad but true... |
@srfrnk , do you mean that the carousel doesn't respect the order of slides? |
What I mean is that on load the carousel does respect the order... See plunker: On start the slides are in order (though the data is setup not in order... proving the orderBy works) but once you change the indexes using the inputs the slider is not reordered while the list underneath is! |
@srfrnk Yes, because it's still an issue for you. |
Great. |
any fix with this issue? |
- Uses dom element index. - Adds order to indicators to match slide order.
index parameter is added to the slide directive. It is used to order the slides. Fixes angular-ui#488
Using a carousel with a repeater and an ordeBy filter is great...
Only changes to model are not reflected in the order of the slides.
See fiddle... http://jsfiddle.net/xh4TE/1/
Any way around that?
The text was updated successfully, but these errors were encountered: