Tags: dalelotts/angular-bootstrap-datetimepicker
Tags
fix(input-directive): input does not remove ng-invalid with valid mod… …el value When the user enters an invalid date (i.e. past date or total non-sense) the input validates and adds 'ng-invalid' to the input. Then the model is updated to a valid input (i.e. not through the input but rather the date-picker or an async call returning a value) the directive correctly sets `ng-valid` on the input. Prior to this fix, the input would not re-validate when changes to the model happened. Fix #448
feat: add attributes to improve e2e testing If you were depending on the existance of date values in the classes of buttons, or other similar changes, your code will break after upgrading. I did not consider those classes part of the public API so I am not listing this as a breaking change.
fix(aot): AOT build failing after adding string data support ERROR in ../angular-bootstrap-datetimepicker/angular-bootstrap-datetimepicker.ts(104,9): Error during template compile of 'DlDateTimePickerStringModule’. Function calls are not supported in decorators but 'localeData' was called. Fixes #429
PreviousNext