Skip to content
Snippets Groups Projects
Commit b715b61b authored by francois.grand's avatar francois.grand
Browse files

Correction bug de fermeture du dialogue de confirmation

closes #30
parent 2bbe11e2
No related branches found
No related tags found
1 merge request!1Resolve "créer un composant de paramétrage de l'application"
......@@ -41,7 +41,7 @@
<h4> {{uitextCloseDialogText}} </h4>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger relative waves-light" (click)="onCloseForm()" mdbRippleRadius>{{uitextCloseDialogYes}}</button>
<button type="button" class="btn btn-danger relative waves-light" (click)="confirmModal.hide();onCloseForm()" mdbRippleRadius>{{uitextCloseDialogYes}}</button>
<button type="button" class="btn btn-success waves-light" aria-label="Close" (click)="confirmModal.hide()" mdbRippleRadius>{{uitextCloseDialogNo}}</button>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment