This commit is contained in:
Gabriel Bazán 2016-02-10 16:53:34 -03:00
commit 58ba939f89
2 changed files with 11 additions and 9 deletions

View file

@ -197,8 +197,9 @@
<div id="searchLabel" class="left-inner-addon ">
<i class="fi-magnifying-glass"></i>
<input ng-click="home.searchInput()"
ng-focus="home.formFocus(true)"
<input name="search"
ng-click="home.searchInput()"
ng-focus="home.formFocus('search')"
ng-blur="home.formFocus(false)"
type="text"
placeholder="{{'Amount, address, mm/dd/yyyy' | translate}}"