# AngularJS datepicker directives #### Requirements - Angular v1.1.4+ - jQuery or your own implementation of `position()` on top of `jQuery Lite` #### Development version Checkout branch `dev`, run `grunt install` and `bower install`. To build run `gunt build` ## Examples Live demo : http://run.plnkr.co/erJj712N4bbkGsub/ ##### defaults ```html
``` ##### year view ```html
``` ##### month view ```html
``` ##### only date view ```html
``` ##### hours view ```html
``` ##### minutes view ```html
``` ##### input as datepicker ```html ``` ##### input with formatted value ```html ``` ##### date-range picker ```html
```