Skip to content

Commit

Permalink
Step 13.24: Add event for changing profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and darkbasic committed Jun 13, 2017
1 parent 6f97256 commit 06b41f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/profile/profile.html
Expand Up @@ -11,6 +11,7 @@
<ion-content class="profile-page-content">
<div class="profile-picture">
<img *ngIf="picture" [src]="picture">
<ion-icon name="create" (click)="selectProfilePicture()"></ion-icon>
</div>

<ion-item class="profile-name">
Expand Down

0 comments on commit 06b41f9

Please sign in to comment.