Skip to content

Commit be2cf51

Browse files
dotansimhadarkbasic
authored andcommitted
Step 13.25: Add event for changing profile picture
1 parent 5ede9f8 commit be2cf51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/profile/profile.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<ion-content class="profile-page-content">
1212
<div class="profile-picture">
1313
<img *ngIf="picture" [src]="picture">
14+
<ion-icon name="create" (click)="selectProfilePicture()"></ion-icon>
1415
</div>
1516

1617
<ion-item class="profile-name">

0 commit comments

Comments
 (0)