corrections mineures

This commit is contained in:
Matt Marcha 2018-11-08 09:16:45 +01:00
parent 5a4237ec81
commit 96cf776642
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ export class BuyPage {
sendTransaction($amount) {
//TODO : Contacter l'API et proposer la transaction. L'API répondra true ou False
if (true) {
if (true === true) {
this.navCtrl.popToRoot();
}
else {

View file

@ -30,7 +30,7 @@
<ion-buttons>
<button ion-item (click)="changePage('contact')">Contacts</button>
<button ion-item (click)="changePage('buy')">Acheter de la monnaie locale</button>
<button ion-item (click)="changePage('send')">Payer</button>
<button ion-item (click)="changePage('send')">Faire un virement</button>
<button ion-item (click)="changePage('history')">Historique des transactions</button>
</ion-buttons>

View file

@ -7,7 +7,7 @@
<ion-header>
<ion-navbar>
<ion-title>send</ion-title>
<ion-title>Effectuer un virement</ion-title>
</ion-navbar>
</ion-header>