mdPickers
Material Design date/time pickers built with Angular Material and Moment.js.
This fork allows for more configuration, such as floating labels, placeholders
and other styling options. Also updated validation, providing min, max, format and required validators using the
$validators pipeline.
Original mdPickers can be found at: https://github.com/alenaksu/mdPickers
Requirements
Using mdPickers
Install via Bower:
bower install ol-md-pickers
Use in Angular:
angular.module( 'YourApp', [ 'mdPickers' ] )
.controller("YourController", YourController );
Building mdPickers
First install or update your local project's npm tools:
npm install
npm update
Then run the default gulp task:
gulp