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

Commit

Permalink
fix(phone-list.template.html): reduce debounce value
Browse files Browse the repository at this point in the history
  • Loading branch information
felixzapata committed Dec 13, 2016
1 parent 3a8578e commit b709689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/phone-list/phone-list.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

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

0 comments on commit b709689

Please sign in to comment.