mdPickers
mdPickers copied to clipboard
Material Design date/time pickers for Angular Material
change directive controllers to use $onInit
ng-required is not working with "mdp-date-picker". it seems always required when using directive "ng-required". please add this option too since sometimes the date picker will be conditionally required.
I am having a problem with a portion of code I wrote... I want to display a dialog which allows the user to modify some hours pamethers. So I used...
How do I go about preventing future month selection or scrolling when I have a maxDate set? Scenario: I have a maxDate set of '2018/01/25'. I don't want the user...
This fixes bug with unknown variable `moment` when mdPickers is used under webpack
The field just gets converted to an input[type="time"] field when used on Safari v11, which isn't supported, so it's essentially a text input field.
24h format
Like that : 
Since this library uses the directive `md-dialog` to show the window to choose the date or time from, it's not possible to use it within a dialog. If I try...
Why there is no Bower installation for this library? Usually front-end library coming from Bower and back-end (NodeJS) library coming from NPM
Getting {{ calendar.date.format("MMMM YYYY") }} while using mdDatePicker. mdTimePicker isn't working either. Debugged the issue, scope is getting lost somehwere in between. Can you please help with the issue?