Use angular strap modal instead of angular-ui-bootstrap one.
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user