Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ mdPickers Public archive
forked from andrea-vega/mdPickers

Material Design date/time pickers for Angular Material

License

Notifications You must be signed in to change notification settings

bureauworks/mdPickers

 
 

Repository files navigation

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

About

Material Design date/time pickers for Angular Material

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.9%
  • CSS 16.1%