#516 return object from success upload

This commit is contained in:
Mario Romano
2016-08-26 17:46:24 +01:00
parent 3894ad5a40
commit e2683047e6

View File

@@ -124,7 +124,7 @@ export class UploadService {
})
.on('success', (data: any) => {
elementEmit.emit({
value: 'File uploaded'
value: data
});
uploadingFileModel.onFinished(
data.status,