Skip to content

Commit

Permalink
doc(basics): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andlebed authored and jdanyow committed Oct 30, 2016
1 parent e786f5a commit e17ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/validation-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ If you'd like to be completely explicit when wiring up controllers with view mod

### Setting the Validate Trigger

Once you've created a controller you can set its `validationTrigger` to either `blur`, `change`, `blurOrChange` or `manual`. The default is `blur` which means the validation controller will validate the property accessed in a binding when the binding's associated element "blurs" (loses focus).
Once you've created a controller you can set its `validationTrigger` to either `blur`, `change`, `changeOrBlur` or `manual`. The default is `blur` which means the validation controller will validate the property accessed in a binding when the binding's associated element "blurs" (loses focus).

When the trigger is `change`, each change the binding makes to the model property will trigger validation of the property. Use the `throttle`, `debounce` and `updateTrigger` binding behaviors in conjunction with the `change` validate trigger to customize the behavior.

Expand Down

0 comments on commit e17ea1c

Please sign in to comment.