Using ngModelOptions to Update on Blur

Share this video with your friends

Send Tweet

How do you change a text input from updating on every key stroke? With ngModelOptions it is really easy to control what event triggers the model update. In this lesson, we will modify a text input to update on blur instead of key up.