Skip to content

Commit f796f4a

Browse files
authored
Update README.md
1 parent 0a4d233 commit f796f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,9 @@ At least one of the `ngf-select` or `ngf-drop` are mandatory for the plugin to l
246246
ngf-validate-force="boolean" // default false, if true file.$error will be set if the dimension or duration
247247
// values for validations cannot be calculated for example image load error or unsupported video by the browser.
248248
// by default it would assume the file is valid if the duration or dimension cannot be calculated by the browser.
249-
ngf-ignore-invalid="'pattern, maxSize'" // ignore the files that fail the specified validations. They will
249+
ngf-ignore-invalid="'pattern maxSize'" // ignore the files that fail the specified validations. They will
250250
// just be ignored and will not show up in ngf-model-invalid or make the form invalid.
251+
// space separated list of validate error names.
251252
ngf-run-all-validations="boolean" // default false. Runs all the specified validate directives. By default
252253
// once a validation fails for a file it would stop running other validations for that file.
253254

0 commit comments

Comments
 (0)