remove important and add translate to placeholder
This commit is contained in:
parent
39bd7e9fa9
commit
c74e547ad2
2 changed files with 15 additions and 14 deletions
|
|
@ -201,8 +201,7 @@
|
|||
ng-focus="home.formFocus(true)"
|
||||
ng-blur="home.formFocus(false)"
|
||||
type="text"
|
||||
class="form-control"
|
||||
placeholder="Amount, address, mm/dd/yyyy"
|
||||
placeholder="{{'Amount, address, mm/dd/yyyy' | translate}}"
|
||||
ng-model="search"></input>
|
||||
</div>
|
||||
<div ng-repeat="btx in index.filter(search) track by btx.txid"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue