Small UI fixes

This commit is contained in:
Joseph Schorr 2015-04-21 15:13:29 -04:00
parent 48a8a8e65c
commit 8f736e67e8
2 changed files with 8 additions and 1 deletions

View file

@ -139,7 +139,7 @@
<div class="search-box" ng-class="getSearchBoxClasses(searchVisible, searchResultState)">
<div class="search-label">Search For</div>
<div class="search-box-wrapper">
<input id="search-box-input" type="text" placeholder="(Enter Search Terms)"
<input id="search-box-input" type="search" placeholder="(Enter Search Terms)"
ng-model-options="{'debounce': 250}" ng-model="currentSearchQuery"
debounce="250"
ng-keydown="handleSearchKeyDown($event)">