angular-material-picker

0.7.7 • Public • Published

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

Package Sidebar

Install

npm i angular-material-picker

Weekly Downloads

13

Version

0.7.7

License

MIT

Last publish

Collaborators

  • mpicciolli