Fork me on GitHub

Wrapper for the most famous daterangepicker in Angular

Angular directive port of the Dan Grossman daterangepicker jQuery plugin without loss of functionnalities.

Documentation »

Intuitive

It is a pure translation of the jQuery plugin with the same options object and same event objects.

View Example »

Simple

Just a few attributes to configure the directive: options, on, export

View details »

Flexible

The options and event can be dynamically changed. Thanks to the angular two-way binding

View details »


Simple example

model.daterange

{{model.daterange | json }}

eventObject

{{eventObject | json }}