Closed
Description
Bug, feature request, or proposal:
Feature request
What is the expected behavior?
Content area of tabs can be swiped to change the tab
What is the current behavior?
Can't swipe
What is the use-case or motivation for changing an existing behavior?
Follow spec
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
I tried implementing this, but couldn't get the gestures config right. When testing I could bind to 'pan' but couldn't bind to 'swipe'. I added {provide: HAMMER_GESTURE_CONFIG, useClass: MdGestureConfig}
to providers but it still didn't work.