Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 775 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 775 Bytes

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