Add comment.

This commit is contained in:
Alexis Lahouze 2015-06-17 22:14:40 +02:00
parent d1826334d5
commit 7c6fde6893

View File

@ -28,6 +28,7 @@ accountantApp.controller(
// Placeholder for saved value to cancel entry edition // Placeholder for saved value to cancel entry edition
$scope.savedItem = null; $scope.savedItem = null;
// Range for entries.
$scope.begin = moment.utc().startOf('month'); $scope.begin = moment.utc().startOf('month');
$scope.end = moment.utc().endOf('month'); $scope.end = moment.utc().endOf('month');