angular-material-picker
v0.7.7
Published
Material Design date/time pickers for Angular Material
Downloads
31
Maintainers
Readme
Angular-material-picker
Material Design date/time pickers built with Angular Material and Moment.js
It's a fork of @alenaksu/mdPickers repository (Latest commit on 13 May 2016).
I added 24H format and the possibility to set the label buttons of the dialog.
Online demos
Requirements
Using Angular-material-picker
Install via npm:
npm install angular-material-picker
Use in Angular:
angular.module( 'YourApp', [ 'mdPickers' ] )
.controller("YourController", YourController );
Building mdPickers
First install or update your local project's npm tools:
# First install all the npm tools:
npm install
# or update
npm update
Then run the default gulp task:
# builds all files in the `dist` directory
gulp