Skip to content

Releases: Gillardo/bootstrap-ui-datetime-picker

2.0.5

30 Dec 08:40
Compare
Choose a tag to compare
Updated example

2.0.4

07 Dec 10:58
Compare
Choose a tag to compare

DefaultTime feature.
Invalid dates not updating form.
Refactored code layout.
uib datePicker Focus event not being called

2.0.3: Issue #59

14 Nov 11:39
Compare
Choose a tag to compare
Implemented code for watchers on timeOptions

2.0.2

13 Nov 16:47
Compare
Choose a tag to compare
Issue #59

2.0.1

02 Nov 13:28
Compare
Choose a tag to compare
Updated

2.0.0: Merge pull request #62 from szkrd/master

02 Nov 09:56
Compare
Choose a tag to compare
chore(dependency): angular-ui-bootstrap 0.14.3 requires the "uib" pre…

1.2.6

21 Oct 05:44
Compare
Choose a tag to compare
Fixed #56

1.2.5

24 Sep 10:46
Compare
Choose a tag to compare
Code tidying

1.2.4: Issue #52

22 Sep 09:43
Compare
Choose a tag to compare
Issue #52 fixed, when model is null, and nothing chosen, angular would
say it is invalid. Updated code so now the model could be undefined or
null and will be valid

1.2.3

15 Sep 13:31
Compare
Choose a tag to compare
Added validation test from gballanger