Skip to content

Commit

Permalink
Step 9.5: Add messages options template
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 5970c2e commit 2cd9dd7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/pages/messages/messages-options.html
@@ -0,0 +1,8 @@
<ion-content class="chats-options-page-content">
<ion-list class="options">
<button ion-item class="option option-remove" (click)="remove()">
<ion-icon name="trash" class="option-icon"></ion-icon>
<div class="option-name">Remove</div>
</button>
</ion-list>
</ion-content>

0 comments on commit 2cd9dd7

Please sign in to comment.