Use angular strap modal instead of angular-ui-bootstrap one.

This commit is contained in:
Alexis Lahouze
2017-07-08 09:33:52 +02:00
parent 8194978bcc
commit 30549dd6d8
4 changed files with 165 additions and 220 deletions

View File

@ -80,7 +80,7 @@
<!-- Remove operation. -->
<button type="button" class="btn btn-default"
ng-if="operation.id"
ng-click="schedulerCtrl.delete(operation)"
ng-click="schedulerCtrl.confirmDelete(operation)"
title="remove">
<span class="fa fa-trash"></span>
</button>