Promact / md2

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
http://code.promactinfo.com/md2/
MIT License
379 stars 111 forks source link

md2Datepicker, minute select on IE 11 displays full timestamp #279

Open mhecktor opened 7 years ago

mhecktor commented 7 years ago

Bug, feature request, or proposal:

BUG

What is the expected behavior?

It should display numbers from 0 - 55 incremented by 5 per steps

What is the current behavior?

It displays a full timestamp "31/12/2016 00:55:00"

What are the steps to reproduce?

Open it in IE 11

Which versions of Angular, MD2, OS, browsers are affected?

Angular 4 md2: 0.0.25 Windows IE 11

mhecktor commented 7 years ago

Same workaround for this ticket as for https://github.com/Promact/md2/issues/261 'this.dateLocale.minutes = this.range(60, i => String(i));'