diff --git a/src/datepicker/datepicker.js b/src/datepicker/datepicker.js index 40f8d052fb..fa318c7e2d 100644 --- a/src/datepicker/datepicker.js +++ b/src/datepicker/datepicker.js @@ -72,7 +72,7 @@ angular.module('ui.bootstrap.datepicker', ['ui.bootstrap.dateparser', 'ui.bootst } }); } else { - this.activeDate = new Date(); + this.activeDate = new Date(); } $scope.isActive = function(dateObject) {