So I started working with AngularJS a few weeks ago to work on an internal project at my workplace. One of the features needed was to make a date range where the user can select a start date and an end date. The requirements also stated that the default time for the start date should be at 00:01 and the default time on the end date should be 23:59.
For the date range I used the bs-datepicker attribute from angular-strap – this library has all the bootstrap elements packaged for angular – and it works great. How did I solve my problem? Continue reading