Merge branch 'master' of git://github.com/sylvaindumont/ng2-file-upload into sylvaindumont-master
This commit is contained in:
@@ -25,6 +25,7 @@ export class FileUploader {
|
||||
// Object.assign(this, options);
|
||||
this.url = options.url;
|
||||
this.authToken = options.authToken;
|
||||
this.autoUpload = options.autoUpload;
|
||||
this.filters.unshift({name: 'queueLimit', fn: this._queueLimitFilter});
|
||||
this.filters.unshift({name: 'folder', fn: this._folderFilter});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user