$scope.abort = function () {
        PomodoroService.abort($scope.selectedTask._id, $scope.selectedTask.pomodoros[0]._id, "No reason");
    };