This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Nested carousels #42
Comments
Nice suggestion. |
I need help to solve this issue #20 . Do you know how to solve this issue? It's all about hammerjs |
I'll try have a look at this. |
@iamlothian thanks for helping to fix issues. read the changelog file |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed two issues when nesting carousels, which was likely not an intended feature, but i believe it to be possible.
It seems as though the nested carousel picks up the [input] value of the parent carousel rather than using its own. In my case (Which i will attempt to reproduce in an isolated sample) An outer Tile carousel causes and inner item carousel to become tiles and use the same grid definition.
touch events are propagated from the nested carousel to the parent resulting in both handling the scroll touch events.
EDIT: as promised Plunker
The text was updated successfully, but these errors were encountered: