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

fix(carousel): #488 Carousel fails to update model changes. #2953

Closed

Conversation

kkruit
Copy link
Contributor

@kkruit kkruit commented Nov 11, 2014

  • Uses dom element index instead of internal slides index.
  • Adds order to indicators to match slide order.

 - Uses dom element index.
 - Adds order to indicators to match slide order.
@kkruit
Copy link
Contributor Author

kkruit commented Nov 11, 2014

@chrisirhc, Now I remember why I was holding off on this ... #2699

Doesn't look like there should be too many conflicts. Let me know if you want a PR on that branch or something.

} else {
prevSlide = getLastSlide();
}
return self.select(prevSlide, 'next');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be prev instead?

 - Prev function calls change slide with directon of 'prev'.
 - Find element in slides array rather than through scope's $$childHead.
@wesleycho
Copy link
Contributor

I'm closing this PR, as it seems the original issue is now addressed in current master - let us know if this is still a problem

@wesleycho wesleycho closed this Apr 5, 2015
@kkruit kkruit deleted the 488-carousel-respects-order-changes branch April 7, 2015 05:29
@karianna karianna modified the milestones: 0.13.0, Backlog Apr 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants