refactor
This commit is contained in:
parent
c74e547ad2
commit
58ba939f89
2 changed files with 11 additions and 9 deletions
|
|
@ -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}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue