client/app/auth/logout_modal.html
author rougeronj
Tue, 09 Jun 2015 19:10:45 +0200
changeset 146 c6fa8ee3f562
parent 96 3542155549e4
permissions -rw-r--r--
refactor idArticle to id_article and idInventory to id_inventory remove "/" from resource path

<div class="modal-header ng-scope">
    <h3 class="modal-title">Deconnection</h3>
</div>

<div class="modal-body ng-scope">
    <p>Vous n'est plus connecté</p>
</div>

<div class="modal-footer ng-scope">
    <button ng-click="cancel()" class="btn btn-warning">Acceuil</button>
</div>