Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danialfarid committed Aug 24, 2016
1 parent 0a4d233 commit f796f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f796f4a

Please sign in to comment.