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

max-date is not working properly

Open sujeet07 opened this issue 6 years ago • 0 comments

max-date is not working properly, when disable the future date, allowing select future date which is setting current date, if condition attrs.disabled nt getting true so it will always set current date scope.selectDate = function (date) { if (attrs.disabled) { return false; } Note: in demo apps is also not working.

sujeet07 avatar Jun 07 '18 17:06 sujeet07