|
|
|
@ -97,7 +97,7 @@ define(['angular','../../analysis/org/analysis-org'], function (angular) {
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
};
|
|
|
|
|
$scope.availableYears = [new Date().getFullYear() - 1, new Date().getFullYear()];
|
|
|
|
|
$scope.availableYears = [new Date().getFullYear() - 2,new Date().getFullYear() - 1, new Date().getFullYear()];
|
|
|
|
|
$scope.params = {};
|
|
|
|
|
$scope.months = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12];
|
|
|
|
|
$scope.loadAvailableMonths = function (year) {
|
|
|
|
|