Skip to content

Commit

Permalink
Merge pull request #645 from powize/patch-1
Browse files Browse the repository at this point in the history
Update Configuration-reference.md
  • Loading branch information
fzaninotto committed Sep 2, 2015
2 parents a6aa7b3 + d0df403 commit e60ea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Configuration-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ A list of attributes to be added to the corresponding field.
nga.field('title').attributes({ placeholder: 'fill me !' })

* `validation(object)`
Set field validation rules. Based on Angular's form falidation features.
Set field validation rules. Based on Angular's form validation features.
- `required`: boolean
- `minlength`: number
- `maxlength`: number
Expand Down

0 comments on commit e60ea22

Please sign in to comment.