#46 fix errors

This commit is contained in:
Mario Romano
2016-05-06 01:47:39 +01:00
parent e5b54f40b8
commit 1ea845b58e
11 changed files with 47 additions and 57 deletions

View File

@@ -87,11 +87,11 @@ System.register(['angular2/core', '../services/upload.service', './file-uploadin
this.fileUploadingDialogComponent.showDialog();
};
__decorate([
core_1.ViewChild('undoNotificationBar'),
core_1.ViewChild('undoNotificationBar'),
__metadata('design:type', Object)
], UploadButtonComponent.prototype, "undoNotificationBar", void 0);
__decorate([
core_1.ViewChild('fileUploadingDialog'),
core_1.ViewChild('fileUploadingDialog'),
__metadata('design:type', file_uploading_dialog_component_1.FileUploadingDialogComponent)
], UploadButtonComponent.prototype, "fileUploadingDialogComponent", void 0);
UploadButtonComponent = __decorate([
@@ -101,7 +101,7 @@ System.register(['angular2/core', '../services/upload.service', './file-uploadin
directives: [file_select_directive_1.FileSelectDirective, file_uploading_dialog_component_1.FileUploadingDialogComponent],
templateUrl: './upload-button.component.html',
styleUrls: ['./upload-button.component.css']
}),
}),
__metadata('design:paramtypes', [core_1.ElementRef])
], UploadButtonComponent);
return UploadButtonComponent;

View File

@@ -71,7 +71,7 @@ System.register(['angular2/core', '../services/upload.service', './file-uploadin
this.fileUploadingDialogComponent.showDialog();
};
__decorate([
core_1.ViewChild('fileUploadingDialog'),
core_1.ViewChild('fileUploadingDialog'),
__metadata('design:type', file_uploading_dialog_component_1.FileUploadingDialogComponent)
], UploadDragAreaComponent.prototype, "fileUploadingDialogComponent", void 0);
UploadDragAreaComponent = __decorate([
@@ -81,7 +81,7 @@ System.register(['angular2/core', '../services/upload.service', './file-uploadin
directives: [file_draggable_directive_1.FileDraggableDirective, file_uploading_dialog_component_1.FileUploadingDialogComponent],
templateUrl: './upload-drag-area.component.html',
styleUrls: ['./upload-drag-area.component.css']
}),
}),
__metadata('design:paramtypes', [core_1.ElementRef])
], UploadDragAreaComponent);
return UploadDragAreaComponent;