Add comment.
This commit is contained in:
parent
d1826334d5
commit
7c6fde6893
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user