2017-07-08 09:12:25 +02:00
|
|
|
<div class="modal top am-fade" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
|
<div class="modal-dialog">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
|
|
|
<h3 class="modal-title" id="modal-title">{{ title }}</h3>
|
|
|
|
</div>
|
2017-06-16 23:22:07 +02:00
|
|
|
|
2017-07-08 09:12:25 +02:00
|
|
|
<div class="modal-body" id="modal-body">
|
|
|
|
<p>Voulez-vous supprimer le compte #{{ account.id }} ayant pour nom :<br/>{{ account.name }}
|
|
|
|
</p>
|
|
|
|
</div>
|
2017-06-16 23:22:07 +02:00
|
|
|
|
2017-07-08 09:12:25 +02:00
|
|
|
<div class="modal-footer">
|
|
|
|
<button class="btn btn-danger" type="button" ng-click="$delete()">
|
|
|
|
Supprimer
|
|
|
|
</button>
|
|
|
|
<button class="btn btn-default" type="button" ng-click="$hide()">
|
|
|
|
Annuler
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|