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

Latest commit

 

History

History
23 lines (15 loc) · 867 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 867 Bytes

MacGyver Datepicker

Build Status License

jQuery UI datepicker on AngularJS

3rd party libraries dependencies

  • AngularJS (>=1.2.x)
  • jQuery (>=1.11.0)
  • jQuery UI (>=1.10.0)

Using Macgyver Datepicker

You can install via Bower

To install via bower, make sure you have bower installed and then run:

bower install macgyver-datepicker

Once you have MacGyver datepicker in your project, just inculde "Mac.Datepicker" as a dependency in your AngularJS application and you're good to go.

angular.module("myModule", ["Mac.Datepicker"])