Angular datetime picker directive with range support.
Builds upon Dale Lotts' angular-bootstrap-datetimepicker directive.
##Demo View the DEMO.
##Usage
Datetime picker
<input type="text" ez-datetime-control ng-model="form.date" min-date="someMinDate" max-date="someMaxDate" config="someConfigOverridingObject"/>
Datetime range picker
<input type="text" ez-datetime-range-control from="form.startDate" to="form.dueDate" config="someConfigOverridingObject"/>
###Configuration
See Config Constant for options you can override via data attributes or with an object passed into the "config" attribute as shown above.
##Dependencies
-
Either
OR