Skip to content

Commit

Permalink
Step 13.25: 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 Oct 16, 2017
1 parent 9825ee2 commit 4ca3921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/profile/profile.html
Original file line number Diff line number Diff line change
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 4ca3921

Please sign in to comment.