fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 372 forks source link

Range applying on clicking the Range label #216

Closed mittalrahul closed 5 years ago

mittalrahul commented 7 years ago

I am using 3 types of Ranges in my page i.e. Week, Month & Year

When I click on any of the range label, the range applies automatically. But I want it to select the dates in the range and apply it only when the user clicks on the Apply button.

Is there any way to implement this?