0.7.7 • Published 8 years ago

angular-material-picker v0.7.7

Weekly downloads
15
License
MIT
Repository
-
Last release
8 years ago

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
0.7.7

8 years ago

0.1.0

9 years ago