Skip to content

Commit

Permalink
Step 5.16: Apply chat filters in chat view
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 23, 2016
1 parent 065085b commit 9a0d6fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/templates/chat.html
@@ -1,6 +1,6 @@
<ion-view title="{{ chat.data.name }}">
<ion-view title="{{ chat.data | chatName }}">
<ion-nav-buttons side="right">
<button class="button button-clear"><img class="header-picture" ng-src="{{ chat.data.picture }}"></button>
<button class="button button-clear"><img class="header-picture" ng-src="{{ chat.data | chatPicture }}"></button>
</ion-nav-buttons>
<ion-content class="chat" delegate-handle="chatScroll">
<div class="message-list">
Expand Down

0 comments on commit 9a0d6fe

Please sign in to comment.