# AngularJS datepicker directives ## WIP #### Requirements - Angular v1.2+ #### Development version Checkout, run `grunt install` and `bower install`. To build run `gunt build` ## Examples [Live demo](https://rawgithub.com/g00fy-/angular-datepicker/master/app/index.html) ##### defaults ```html
``` ##### views: (initial) view ```html ``` (max) view ```html ``` (min) view ##### only date view ```html ``` ##### input as datepicker ```html ``` ##### input with formatted value ```html ``` ##### date-range picker ```html ```