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 ">
|
||||
<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"
|
||||
placeholder="Amount, address, mm/dd/yyyy"
|
||||
ng-model="search"></input>
|
||||
placeholder="Amount, address, mm/dd/yyyy"
|
||||
ng-model="search"></input>
|
||||
</div>
|
||||
<div ng-repeat="btx in index.filter(search) track by btx.txid"
|
||||
fast-click callback-fn="home.openTxModal(btx)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue