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,10 +197,12 @@
|
||||||
|
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
<div ng-repeat="btx in index.filter(search) track by btx.txid"
|
<div ng-repeat="btx in index.filter(search) track by btx.txid"
|
||||||
fast-click callback-fn="home.openTxModal(btx)"
|
fast-click callback-fn="home.openTxModal(btx)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue