Fix updateChecklist usage
This commit is contained in:
@@ -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 () {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user