c1505 / angular-ng-model-options-lab-v-000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate ngModelOptions debouncing and updateOn

Objectives

  • Write an input using ngModelOptions
  • Integrate a debounce on specific events

Instructions

In this repo we've got a search bar. Let's change it to immediately update on blur, but only after 500ms of no typing.

You can see the results printed below when the value finally updates!

About

License:Other


Languages

Language:JavaScript 53.1%Language:HTML 46.9%