This commit fixes the date limits in both the generic expense and
generic income forms. Previously, the min/max attributes limited the
date selection to all dates including the next day, this commit changes
that selection to all dates including the present day.
Other minor changes:
$scope.$watch() --> $scope.$watchCollection() for collections
Fixes #849.
This commit fixes the date limits in both the generic expense and generic income forms. Previously, the min/max attributes limited the date selection to all dates including the next day, this commit changes that selection to all dates including the present day.
Other minor changes: