corrections mineures
This commit is contained in:
parent
5a4237ec81
commit
96cf776642
|
@ -25,7 +25,7 @@ export class BuyPage {
|
||||||
|
|
||||||
sendTransaction($amount) {
|
sendTransaction($amount) {
|
||||||
//TODO : Contacter l'API et proposer la transaction. L'API répondra true ou False
|
//TODO : Contacter l'API et proposer la transaction. L'API répondra true ou False
|
||||||
if (true) {
|
if (true === true) {
|
||||||
this.navCtrl.popToRoot();
|
this.navCtrl.popToRoot();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<ion-buttons>
|
<ion-buttons>
|
||||||
<button ion-item (click)="changePage('contact')">Contacts</button>
|
<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('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>
|
<button ion-item (click)="changePage('history')">Historique des transactions</button>
|
||||||
</ion-buttons>
|
</ion-buttons>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<ion-header>
|
<ion-header>
|
||||||
|
|
||||||
<ion-navbar>
|
<ion-navbar>
|
||||||
<ion-title>send</ion-title>
|
<ion-title>Effectuer un virement</ion-title>
|
||||||
</ion-navbar>
|
</ion-navbar>
|
||||||
|
|
||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
Loading…
Reference in a new issue