mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
#150 Fixed refresh icon on upload completed
This commit is contained in:
parent
51158adb53
commit
9423a13337
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ng2-alfresco-upload",
|
"name": "ng2-alfresco-upload",
|
||||||
"description": "Alfresco Angular2 Upload Component",
|
"description": "Alfresco Angular2 Upload Component",
|
||||||
"version": "0.1.31",
|
"version": "0.1.32",
|
||||||
"author": "Alfresco Software, Ltd.",
|
"author": "Alfresco Software, Ltd.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"typings": "typings install",
|
"typings": "typings install",
|
||||||
|
@ -200,6 +200,7 @@ export class UploadService {
|
|||||||
xmlHttpRequest.statusText,
|
xmlHttpRequest.statusText,
|
||||||
xmlHttpRequest.response
|
xmlHttpRequest.response
|
||||||
);
|
);
|
||||||
|
this._filesUploadObserver.next(this._queue);
|
||||||
if (!uploadingFileModel.abort && !uploadingFileModel.error) {
|
if (!uploadingFileModel.abort && !uploadingFileModel.error) {
|
||||||
if (this._totalCompletedObserver) {
|
if (this._totalCompletedObserver) {
|
||||||
this._totalCompletedObserver.next(++this.totalCompleted);
|
this._totalCompletedObserver.next(++this.totalCompleted);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user