if (undefined !== $routeParams.month) {
                month = parseInt($routeParams.month, 10);
                routeSet = true;
            } else {
                month = now.getMonth();