Only add checklist items if they apply due to sso state
This commit is contained in:
@@ -174,6 +174,9 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
$scope.info.notes.busy = false;
|
||||
$scope.info.notes.content = $scope.app.notes;
|
||||
$scope.info.notes.editing = false;
|
||||
|
||||
console.log('--', $scope.app)
|
||||
$scope.info.checklist = $scope.app.checklist;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user