feat: show date on revision preview

This commit is contained in:
Antonella Sgarlatta
2021-06-23 17:51:43 -03:00
parent b663faa497
commit 8951264757
4 changed files with 16 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ class RevisionPreviewModalCtrl extends PureViewCtrl implements RevisionPreviewSc
$timeout: ng.ITimeoutService
uuid!: string
content!: PayloadContent
title?: string
application!: WebApplication
unregisterComponent?: any
note!: SNNote
@@ -139,6 +140,7 @@ export class RevisionPreviewModal extends WebDirective {
this.scope = {
uuid: '=',
content: '=',
title: '=',
application: '='
};
}