(js) Fix addContactCategory of Preferences ctrl

Fixes #3859
pull/225/head
Francis Lachapelle 2016-10-21 08:59:04 -04:00
parent 8eebf6be00
commit 6d695e813b
1 changed files with 1 additions and 1 deletions

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>