fix: ng2-alfresco-upload

This commit is contained in:
Denys Vuika
2016-12-08 16:52:29 +00:00
parent cda0d78a7b
commit 8e69cf86d6
4 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ import { UploadService } from '../services/upload.service';
*/
@Component({
selector: 'file-uploading-dialog',
moduleId: module.id,
templateUrl: './file-uploading-dialog.component.html',
styleUrls: ['./file-uploading-dialog.component.css'],
host: {'[class.dialog-show]': 'toggleShowDialog'}

View File

@@ -30,6 +30,7 @@ import { FileModel } from '../models/file.model';
*/
@Component({
selector: 'alfresco-file-uploading-list',
moduleId: module.id,
templateUrl: './file-uploading-list.component.html',
styleUrls: ['./file-uploading-list.component.css']
})

View File

@@ -47,6 +47,7 @@ const ERROR_FOLDER_ALREADY_EXIST = 409;
*/
@Component({
selector: 'alfresco-upload-button',
moduleId: module.id,
templateUrl: './upload-button.component.html',
styleUrls: ['./upload-button.component.css']
})

View File

@@ -35,6 +35,7 @@ const ERROR_FOLDER_ALREADY_EXIST = 409;
*/
@Component({
selector: 'alfresco-upload-drag-area',
moduleId: module.id,
templateUrl: './upload-drag-area.component.html',
styleUrls: ['./upload-drag-area.component.css']
})