Skip to content

Commit

Permalink
Step 5.15: Apply chat filters in chats 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 b4bc82f commit 065085b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/templates/chats.html
Expand Up @@ -9,8 +9,8 @@
class="item-chat item-remove-animate item-avatar item-icon-right"
type="item-text-wrap"
href="#/tab/chats/{{ chat._id }}">
<img ng-src="{{ chat.picture }}">
<h2>{{ chat.name }}</h2>
<img ng-src="{{ chat | chatPicture }}">
<h2>{{ chat | chatName }}</h2>
<p>{{ chat.lastMessage.text }}</p>
<span class="last-message-timestamp">{{ chat.lastMessage.timestamp | calendar }}</span>
<i class="icon ion-chevron-right icon-accessory"></i>
Expand Down

0 comments on commit 065085b

Please sign in to comment.