0.7.7 • Published 6 years ago

ol-md-pickers v0.7.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

mdPickers

Material Design date/time pickers built with Angular Material and Moment.js. This fork allows for more configuration, such as floating labels, placeholders and other styling options. Also updated validation, providing min, max, format and required validators using the $validators pipeline.

Original mdPickers can be found at: https://github.com/alenaksu/mdPickers

Requirements

Using mdPickers

Install via Bower:

bower install ol-md-pickers

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