File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -246,8 +246,9 @@ At least one of the `ngf-select` or `ngf-drop` are mandatory for the plugin to l
246
246
ngf-validate-force =" boolean" // default false, if true file.$error will be set if the dimension or duration
247
247
// values for validations cannot be calculated for example image load error or unsupported video by the browser.
248
248
// 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
250
250
// 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.
251
252
ngf-run-all-validations =" boolean" // default false. Runs all the specified validate directives. By default
252
253
// once a validation fails for a file it would stop running other validations for that file.
253
254
You can’t perform that action at this time.
0 commit comments