• This repository has been archived on 12/May/2018
  • Stars
    star
    298
  • Rank 136,545 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Material Design date/time pickers for Angular Material

mdPickers

Material Design date/time pickers built with Angular Material and Moment.js

Online demos

Requirements

Using mdPickers

Install via Bower:

bower install mdPickers

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