fix "save" button

This commit is contained in:
Matias Alejo Garcia 2017-06-26 12:08:20 -03:00
parent dbd137f0a4
commit 03798db66a
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 3 additions and 9 deletions

View File

@ -1,11 +1,11 @@
<ion-modal-view id="settings-fee" class="settings" ng-controller="preferencesFeeController" >
<ion-header-bar align-title="center" class="bar-royal">
<button class="button button-clear" ng-click="hideModal()">
Close
</button>
<div class="title">
{{'Bitcoin Network Fee Policy'|translate}}
</div>
<button class="button button-clear" ng-click="chooseNewFee()">
OK
</button>
</ion-header-bar>
<ion-content ng-init="init(network)">
<div class="settings-explanation">
@ -28,11 +28,5 @@
{{level|translate}}
</ion-radio>
</div>
<div class="m20t">
<button class="button button-standard button-primary" ng-click="chooseNewFee()" >
<span translate ng-if="!noSave">Save</span>
<span translate ng-if="noSave">OK</span>
</button>
</div>
</ion-content>
</ion-modal-view>