Skip to content

Commit

Permalink
Step 6.14: Apply chat name and picture 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 22, 2016
1 parent bb64789 commit d1e9cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/templates/chats.html
Original file line number Diff line number Diff line change
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 d1e9cef

Please sign in to comment.