Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 2.17: Add remove chat event
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent 2018595 commit 93015e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/chats/chats.html
Expand Up @@ -29,7 +29,7 @@ <h2 class="chat-title">{{chat.title}}</h2>
</div>
</button>
<ion-item-options class="chat-options">
<button ion-button color="danger" class="option option-remove">Remove</button>
<button ion-button color="danger" class="option option-remove" (click)="removeChat(chat)">Remove</button>
</ion-item-options>
</ion-item-sliding>
</ion-list>
Expand Down

0 comments on commit 93015e0

Please sign in to comment.