From f796f4a20000343d6fe63cf30b3ef239ce1caae8 Mon Sep 17 00:00:00 2001 From: Danial Farid Date: Thu, 25 Aug 2016 01:27:43 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01857821..7a924bf7 100644 --- a/README.md +++ b/README.md @@ -246,8 +246,9 @@ At least one of the `ngf-select` or `ngf-drop` are mandatory for the plugin to l ngf-validate-force="boolean" // default false, if true file.$error will be set if the dimension or duration // values for validations cannot be calculated for example image load error or unsupported video by the browser. // by default it would assume the file is valid if the duration or dimension cannot be calculated by the browser. - ngf-ignore-invalid="'pattern, maxSize'" // ignore the files that fail the specified validations. They will + ngf-ignore-invalid="'pattern maxSize'" // ignore the files that fail the specified validations. They will // just be ignored and will not show up in ngf-model-invalid or make the form invalid. + // space separated list of validate error names. ngf-run-all-validations="boolean" // default false. Runs all the specified validate directives. By default // once a validation fails for a file it would stop running other validations for that file.