angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

Angularjs datepicker module, generate a datepicker on your input element - https://720kb.github.io/angular-datepicker

Results 17 angular-datepicker issues
Sort by recently updated
recently updated
newest added

Was added new attribute 'anyDay', how it works: Default value is FALSE. When TRUE, last month's and next month's days become clickable when we use current month's view.

Removing `javascript:void(0)` from `href` attribute to fix compatibility with angular 1.7 This relates to #318

## 概要 datepickerの日付選択不具合 [CUSTOMER-768](https://kailash-tech.atlassian.net/browse/CUSTOMER-768)

this is for supporting date-format predefined in [documentation](https://docs.angularjs.org/api/ng/filter/date) provided in the readme

Bug fix - Removed all javascript: void to support Angular 1.7 and above. Functionality - Added functionality to auto change month when next or previous month's date is clicked.

Removed 'javascript:void(0)' inside a href to fix the bug where the datepicker on Firefox, IE opens a blank page with error

When dateSet is set and dateSetHidden , date is invalid since input is not set . Just added a simple check to set date to dateSet if date is NaN.