Skip to content

mpicciolli/angular-material-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published