Allows date range selection.
Directive can be attached to input element.
Returns date range as string in format ‘yyyy-MM-dd - yyyy-MM-dd’ (2016-08-31 - 2016-09-12).
minDate: (Date) - earliest possible selectable date,
maxDate: (Date) - latest possible selectable date.