$scope.openDayModal = function (day) {
        $scope.selectedDay.day = day;
        $scope.modalStatus.day = true;
    };