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

This commit is contained in:
Alexis Lahouze
2017-07-08 09:12:25 +02:00
parent 0c85266ab2
commit d4400b788d
4 changed files with 135 additions and 179 deletions

View File

@ -72,7 +72,7 @@
<!-- Delete account, with confirm. -->
<button type="button" class="btn btn-default"
ng-click="accountsCtrl.delete(account)">
ng-click="accountsCtrl.confirmDelete(account)">
<span class="fa fa-trash-o"></span>
</button>