Skip to content

Commit

Permalink
Step 7.33: Added chats options template
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Oct 16, 2017
1 parent 43ea7cf commit 801ae01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/pages/chats/chats-options.html
@@ -0,0 +1,13 @@
<ion-content class="chats-options-page-content">
<ion-list class="options">
<button ion-item class="option option-profile" (click)="editProfile()">
<ion-icon name="contact" class="option-icon"></ion-icon>
<div class="option-name">Profile</div>
</button>

<button ion-item class="option option-logout" (click)="logout()">
<ion-icon name="log-out" class="option-icon"></ion-icon>
<div class="option-name">Logout</div>
</button>
</ion-list>
</ion-content>

0 comments on commit 801ae01

Please sign in to comment.