hide menu bar when search input is focus
This commit is contained in:
parent
c66a389994
commit
fe775c442e
1 changed files with 5 additions and 3 deletions
|
|
@ -197,7 +197,9 @@
|
||||||
|
|
||||||
<div class="left-inner-addon ">
|
<div class="left-inner-addon ">
|
||||||
<i class="fi-magnifying-glass"></i>
|
<i class="fi-magnifying-glass"></i>
|
||||||
<input type="text"
|
<input ng-focus="home.formFocus(true)"
|
||||||
|
ng-blur="home.formFocus(false)"
|
||||||
|
type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="Amount, address, mm/dd/yyyy"
|
placeholder="Amount, address, mm/dd/yyyy"
|
||||||
ng-model="search"></input>
|
ng-model="search"></input>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue