ngModelOptions (directive)

Improve this Doc View Source ngModelOptions

  1. directive in module ng

Allows tuning how model updates are done. Using ngModelOptions you can specify a custom list of events that will trigger a model update and/or a debouncing delay so that the actual update only takes place when a timer expires;