fragaria / angular-daterangepicker

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

MinDate issue #279

Closed shabzkhan closed 6 years ago

shabzkhan commented 6 years ago

I m setting minDate in single Datepicker, on a scenario its not working working fiddle is https://jsfiddle.net/j2wyq2da/ to replicate issue: Manually change the date to the past, eg 2017-02-05. Don't press "enter", "tab", or don't click anywhere. Click on today's date and the past date will be accepted see also attached image http://i.prntscr.com/bYzGL92fQ4_2B7jvsCLYkg.png to understand the problem

shabzkhan commented 6 years ago

I solved it by introducing a watcher plz see the fiddle https://jsfiddle.net/j2wyq2da/8/