Skip to content

Commit

Permalink
(js) Fix addContactCategory of Preferences ctrl
Browse files Browse the repository at this point in the history
Fixes #3859
  • Loading branch information
cgx committed Oct 21, 2016
1 parent 8eebf6b commit 6d695e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Templates/PreferencesUI/UIxPreferences.wox
Expand Up @@ -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>
Expand Down

0 comments on commit 6d695e8

Please sign in to comment.