Material Design date/time pickers for Angular Material
npm install mdPickers* CodePen
* moment.js
* AngularJS
* Angular Material
Install via Bower:
``bash`
bower install mdPickers
Use in Angular:
`javascript`
angular.module( 'YourApp', [ 'mdPickers' ] )
.controller("YourController", YourController );
First install or update your local project's __npm__ tools:
`bashFirst install all the npm tools:
npm install
Then run the default gulp task:
`bash
builds all files in the
dist directory
gulp
``