Skip to content

Commit

Permalink
fix(demo): contact sheet click handler to close
Browse files Browse the repository at this point in the history
Fixes angular#93.
  • Loading branch information
ThomasBurleson committed Feb 2, 2016
1 parent d9023a4 commit 52e5602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/users/view/contactSheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<md-list>
<md-item ng-repeat="item in cp.actions">
<md-button ng-click="cp.submitContact(item)" id="item_{{$index}}">
<md-button ng-click="cp.contactUser(item)" id="item_{{$index}}">
<md-icon md-svg-icon="{{ item.icon_url }}"></md-icon>
{{item.name}}
</md-button>
Expand Down

0 comments on commit 52e5602

Please sign in to comment.