Fix updateChecklist usage

This commit is contained in:
Johannes Zellner
2024-04-18 17:35:01 +02:00
parent 1afa2e87ec
commit 16521d5434
2 changed files with 10 additions and 5 deletions
+4 -1
View File
@@ -175,8 +175,11 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
$scope.info.notes.content = $scope.app.notes;
$scope.info.notes.editing = false;
console.log('--', $scope.app)
$scope.info.checklist = $scope.app.checklist;
},
checklistAck: function () {
}
};