luisfarzati / ng-bs-daterangepicker

AngularJS directive for bootstrap-daterangepicker
http://luisfarzati.github.io/ng-bs-daterangepicker/
MIT License
246 stars 167 forks source link

Independent start/end date selection #131

Open meraj-ahmed opened 7 years ago

meraj-ahmed commented 7 years ago

As shown in the demo (http://luisfarzati.github.io/ng-bs-daterangepicker/), the start date and end date can be selected and re-selected independently of each other. I am unable to reproduce this functionality. My date range picker ends up behaving the same as bootstrap-datepicker, which only allows you to select the start date and end dates in that order (e.g., clicking a date a third time will reset the previous range selection and begin a new range selection). Does anyone know what I should do differently to make it behave the same as the demo?