This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
datepicker: remove dependency to $mdGesture #9793
Closed
Description
In favor of #9362 the Datepicker component should not depend on the $mdGesture
service.
The datepicker right now, just uses the service to detect whether the current agent is a touch device or not.
This check can be inlined, because after #9362 nothing will have a similar check.
Notice that this is just a PR to make the integration to HammerJS easier.