Skip to content

Commit c73847e

Browse files
author
Sandro Tajè
committed
2.0.4
1 parent 82a88c0 commit c73847e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

angular-datepicker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ angular.module("angular-datepicker", []).directive("datepicker", ['$timeout', 'p
5050
} else {
5151
//has to be a date for now
5252
$scope.generateMonth($scope.standardDate);
53-
return $filter("date")($scope.standardDate, $scope.dateFormat);
53+
return $scope.emptyString;
5454
}
5555
});
5656

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-datepicker",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "angular responsive datepicker",
55
"main": "angular-datepicker.js",
66
"directories": {

0 commit comments

Comments
 (0)