Fixed remove entry popup.

This commit is contained in:
Alexis Lahouze
2013-12-09 10:38:17 +01:00
parent 5dd9543b38
commit 898357d160
3 changed files with 24 additions and 12 deletions

View File

@ -114,7 +114,7 @@
<span class="fa fa-pencil-square-o"></span>
</button>
<button class="btn btn-xs btn-default" data-toggle="modal" data-target="#remove_entry" title="remove">
<button class="btn btn-xs btn-default" ng-click="removeEntry(entry)" title="remove">
<span class="fa fa-trash-o"></span>
</button>