This commit is contained in:
Gabriel Bazán 2016-02-15 11:49:08 -03:00
commit 2813216a66
4 changed files with 23 additions and 8 deletions

View file

@ -195,15 +195,12 @@
</div>
</div>
<div id="searchLabel" class="left-inner-addon ">
<div class="left-inner-addon ">
<i class="fi-magnifying-glass"></i>
<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}}"
ng-model="search"></input>
<input type="text"
class="form-control"
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)"