jQuery UI datepicker on AngularJS
- AngularJS (>=1.2.x)
- jQuery (>=1.11.0)
- jQuery UI (>=1.10.0)
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"])