Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Releases: vokal/angular-datetime

3.0.4

12 Aug 17:41
Compare
Choose a tag to compare

includes #15

3.0.3

12 Feb 17:59
Compare
Choose a tag to compare

includes #14

Fix npm publishing script

28 Jan 21:23
Compare
Choose a tag to compare
Merge pull request #13 from dmaloneycalu/master

fix compilation script

Automate npm publishing with Travis (DEPRECATED)

27 Jan 16:14
Compare
Choose a tag to compare

Adds prepublish compiling using Browserify and Babel

DEPRECATED
Publishing script incorrectly used Browserify

2.1.5

13 Nov 19:50
Compare
Choose a tag to compare

Consider empty fields/values to not be invalid

UMD and npm install compatible

25 Sep 14:18
Compare
Choose a tag to compare
Merge pull request #7 from jrit/master

UMD wrapper and package.json version

v2.1.3

23 Sep 22:03
Compare
Choose a tag to compare
  • fixes error where [required] would destroy the saved date/time upon deleting text input to an empty string
  • changes default date to be 'today' instead of "1/1/1990"

Bug Fix by @dmaloneycalu

v2.1.2

23 Sep 21:50
Compare
Choose a tag to compare
  • fix bug where clicks not on dates in datepicker closed picker
  • attach picker close listeners to $document only once picker is opened

Bug Fix by @dmaloneycalu

v2.1.1

22 Sep 16:57
Compare
Choose a tag to compare
  • tidy up picker closures
  • add listener removal on $destroy

Refactor by @dmaloneycalu

v2.1

22 Sep 15:05
Compare
Choose a tag to compare
  • preserve ng-model date/time where possible

Feature addition by @dmaloneycalu