Open tugrulelmas opened 7 years ago
I'm hitting the same issue.
Anyone got a work around for this? Hitting the same wall. Works with hours 0-11 but not 12-23.
Anyone got a work around for this? Hitting the same wall. Works with hours 0-11 but not 12-23.
Works with inline="true" - workaround if you are desperate.
Telling angular material to not intercept clicks did the trick for me
$mdGestureProvider.skipClickHijack();
https://material.angularjs.org/1.1.9/api/service/$mdGestureProvider
It doesn't work with angularjs material on mobile. The popup closes immediately after first click. If you open this plunker with mobile, you can not select a date.