Michel Couillard

Results 101 comments of Michel Couillard

Currently, you cannot click directly on the minute hand. 1. Click on the hour numbers two times 2. Then click on the minute numbers two times You can also click...

@gaharrington almost it! ``` vm.hour = 4; vm.jsDate = new Date(); vm.jsDate.setHours(vm.hour); ``` or `vm.jsDate = new Date('2017-06-03T04:00:00')`

Only the mdcDateTimeDialog Service have the clickOutsideToClose set to true. We should probably expose this attribute and clickOutsideToClose : default false. As normal user click outside by accident.

The thing missing is how to format the input without the directive. I used type="date" for the example, it works but not for "datetime".

Released in our [fork](https://github.com/beenote/angular-material-datetimepicker/tree/v1.6.7) v1.6.7

With this fork: https://github.com/beenote/angular-material-datetimepicker `minute-steps="1"`

What is the use case of this? You want a new dial with seconds in increments of 5 or less?

@sampathkumar7 @facuxt please check my [fork](https://github.com/beenote/angular-material-datetimepicker).

- How long did you put for min-date and max-date? 3 years may be enough. - Which device, browser, os, deps versions (angular, angular-material)? - I know window.getComputedStyle can be...

Affect only the more advanced [fork](https://github.com/beenote/angular-material-datetimepicker). Fixed in 1.7.1