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

Commit

Permalink
chore(datepicker): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Aug 16, 2015
1 parent 86a91da commit 42dab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datepicker/datepicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 42dab29

Please sign in to comment.