🐛 fixed hide wrong message on delete

This commit is contained in:
Synox 2017-03-22 23:14:04 +01:00
parent 468cb253e9
commit 18329f8c78

View File

@ -86,7 +86,7 @@
download="true">Download
</a>
<button ng-click="$ctrl.deleteMail(mail)" type="button"
<button ng-click="$ctrl.deleteMail(mail, $index)" type="button"
class="btn btn-sm btn-outline-danger">Delete
</button>
</form>