Debounce (delay) User Input in AngularJS with Lodash

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

Lodash has an enormous amount of utility functions for dealing with collections and objects in javascript. You can use it in your AngularJS applications to "debounce" user input, or add delay between user actions. This is a common technique for text input to hold firing service calls until the user stops typing for a fraction of a second.

Aaron
~ 10 years ago

Angular 1.3 has now added native support for debouncing. See here.

Randol
~ 6 years ago

Could you update the lesson to Angular