replace * for x
This commit is contained in:
parent
65766c6fe5
commit
8c7c8079ba
5 changed files with 41 additions and 32 deletions
|
|
@ -12,8 +12,7 @@
|
|||
|
||||
<ul class="no-bullet m0" ng-show="!index.noFocusedWallet">
|
||||
|
||||
<!-- <li href ui-sref="preferencesAlias"> -->
|
||||
<li href ui-sref="send2">
|
||||
<li href ui-sref="preferencesAlias">
|
||||
<div class="right text-gray">
|
||||
{{index.alias||index.walletName}}
|
||||
<i class="icon-arrow-right3 size-24 right"></i>
|
||||
|
|
|
|||
|
|
@ -17,13 +17,13 @@
|
|||
<div class="size-21 text-light" ng-show="showAlternative">{{alternativeResult}} {{unitName}}</div>
|
||||
</div>
|
||||
|
||||
<div class="button-content ext-center df">
|
||||
<button class="button expand button-balanced" ng-click="">Request</button>
|
||||
<button class="button expand button-balanced" ng-click="">Send</button>
|
||||
<div class="button-content text-center df">
|
||||
<button class="button expand button-balanced" ng-click="" translate>Request</button>
|
||||
<button class="button expand button-balanced" ng-click="" translate>Send</button>
|
||||
</div>
|
||||
|
||||
<div class="button-content ext-center df">
|
||||
<button class="button expand button-stable" ng-click="pushOperator('*')">*</button>
|
||||
<div class="button-content text-center size-10 df">
|
||||
<button class="button expand button-stable" ng-click="pushOperator('x')">x</button>
|
||||
<button class="button expand button-stable" ng-click="pushOperator('/')">/</button>
|
||||
<button class="button expand button-stable" ng-click="pushOperator('+')">+</button>
|
||||
<button class="button expand button-stable" ng-click="pushOperator('-')">-</button>
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
<div class="button-content text-center df">
|
||||
<button class="button expand button-light" ng-click="pushDigit('.')">.</button>
|
||||
<button class="button expand button-light" ng-click="pushDigit('0')">0</button>
|
||||
<button class="button expand button-light" ng-click="removeDigit()"><</button>
|
||||
<button class="button expand button-light" ng-click="removeDigit()"><i class="icon ion-backspace-outline"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
</ion-content>
|
||||
</ion-content>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue