(js) Fix fcn call when removing contact category

Fixes #4039
pull/234/head
Francis Lachapelle 2017-02-17 11:01:42 -05:00
parent 9f84162c5d
commit 06238a39b1
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@
</md-input-container>
<md-button type="button" class="sg-icon-button"
label:aria-label="Remove Contact Category"
ng-click="app.removeContactCategory($index)">
ng-click="app.removeContactCategory($index, preferencesForm)">
<md-icon>remove_circle</md-icon>
</md-button>
</md-list-item>