(js) Fix addContactCategory of Preferences ctrl

Fixes #3859
This commit is contained in:
Francis Lachapelle 2016-10-21 08:59:04 -04:00
parent 8eebf6be00
commit 6d695e813b

View file

@ -498,7 +498,7 @@
<div layout="row" layout-align="end center">
<md-button type="button"
label:aria-label="Add Contact Category"
ng-click="app.addContactCategory()">
ng-click="app.addContactCategory(preferencesForm)">
<var:string label:value="Add Contact Category"/>
</md-button>
</div>