Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 8ec4d18

Browse files
committed
[issue-79] Fixed indentation
1 parent 22babc9 commit 8ec4d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/angular-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
$scope.monthNumber = Number($filter('date')(date, 'MM')); // 01-12 like
114114
$scope.day = Number($filter('date')(date, 'dd')); //01-31 like
115115
$scope.year = Number($filter('date')(date, 'yyyy'));//2014 like
116-
$scope.setDaysInMonth($scope.monthNumber, $scope.year);
116+
$scope.setDaysInMonth($scope.monthNumber, $scope.year);
117117
if ($scope.hideDefaultDate != 'true') {
118118
$scope.setInputValue();
119119
}

0 commit comments

Comments
 (0)