Skip to content

Commit

Permalink
Step 12.23: Add event for changing profile picture
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 13, 2017
1 parent 37478b5 commit cd9cc8d
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 cd9cc8d

Please sign in to comment.