Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit b709689

Browse files
committed
fix(phone-list.template.html): reduce debounce value
1 parent 3a8578e commit b709689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/phone-list/phone-list.template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div>
77
<label for="search">Search:</label>
8-
<input id="search" ng-model="$ctrl.query" ng-model-options="{ debounce: 900 }">
8+
<input id="search" ng-model="$ctrl.query" ng-model-options="{ debounce: 300 }">
99
</div>
1010

1111
<div class="aria-status" aria-live="assertive" aria-atomic="true"></div>

0 commit comments

Comments
 (0)