editerProfil v2 OK

thierry
Tmadkaud 7 years ago
parent a093883530
commit 469855e570

@ -59,7 +59,7 @@
<div class="md-form">
<i class="fa fa-lock prefix grey-text"></i>
<input id="orangeForm-passC" type="password" [(ngModel)]="ConfirmPassword" placeholder="Confirmer votre nouveau mot de passe" name="confirmPassword" #confirmPassword="ngModel">
<div *ngIf="(parrain.password != ConfirmPassword) && (confirmPassword.touched)" class="alert alert-danger">
<div *ngIf="(newPassword != ConfirmPassword) && (confirmPassword.touched)" class="alert alert-danger">
Ecrivez le même <strong><i>nouveau mot de passe</i></strong>.
</div>
</div>

Loading…
Cancel
Save