We are using AngularUI datepicker (https://angular-ui.github.io/bootstrap/) for Start and End Date.
After integration, I was not able to select weekend dates as well as my end-date can be less than start-date.
I have made a plunker for the same where I was able to select weekend dates but still can not figure out how to prevent end-date not being less than start-date. Also end-date should not be less than start-date if I click on Today.
Plunker URL - http://plnkr.co/edit/tpl:8rFfZljYNl3z1A4LKSL2
