angular-file-upload: fix defaults for Filters

This commit is contained in:
Cyril Gandon
2017-09-21 15:22:31 +02:00
parent 6bf7a460e3
commit 492b0e4c20
+1 -1
View File
@@ -48,7 +48,7 @@ export interface FileUploaderOptions {
method: string;
/**
* Filters to be applied to the files before adding them to the queue. If the filter returns true the file will be added to the queue
* @default []
* @default [folderFilter, queueLimitFilter]
*/
filters: Filter[];
/**