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

Commit 1e57774

Browse files
committed
Merge pull request #48 from codeocelot/master
resolved issue #47 & re-compiled min file
2 parents c8bc159 + a7d3fe5 commit 1e57774

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

dist/angular-datepicker.min.js

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/angular-datepicker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
$scope.monthNumber = Number($filter('date')(date, 'MM')); // 01-12 like
9191
$scope.day = Number($filter('date')(date, 'dd')); //01-31 like
9292
$scope.year = Number($filter('date')(date, 'yyyy'));//2014 like
93+
$scope.setDaysInMonth($scope.monthNumber, $scope.year);
9394
}
9495
});
9596

0 commit comments

Comments
 (0)