We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The population of the isFuture property of day is not performed when the month's model is done. It is calculated: https://github.com/RemiAWE/ng-flat-datepicker/blob/master/src/js/datepicker.directive.js#L172 but doesn't form part of the day object: https://github.com/RemiAWE/ng-flat-datepicker/blob/master/src/js/datepicker.directive.js#L175-L181
This is problematic because its presence is tested for when selecting a day: https://github.com/RemiAWE/ng-flat-datepicker/blob/master/src/js/datepicker.directive.js#L124
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The population of the isFuture property of day is not performed when the month's model is done. It is calculated:
https://github.com/RemiAWE/ng-flat-datepicker/blob/master/src/js/datepicker.directive.js#L172
but doesn't form part of the day object:
https://github.com/RemiAWE/ng-flat-datepicker/blob/master/src/js/datepicker.directive.js#L175-L181
This is problematic because its presence is tested for when selecting a day:
https://github.com/RemiAWE/ng-flat-datepicker/blob/master/src/js/datepicker.directive.js#L124
The text was updated successfully, but these errors were encountered: