Skip to content

Commit

Permalink
Fixed address on details page
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitvora committed Aug 19, 2017
1 parent a8cc35b commit ee801ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/views/user/templates/user-edit.view.client.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ <h2>Edit Profile</h2>
placeholder="City, Country"
class="form-control">
</div>
<label for="lastName">Profile picture:</label>
<div class="form-group">
<label for="pictureUrl">url:</label>
<input type="text"
name="pictureUrl"
id="pictureUrl"
ng-model="model.user.pictureUrl"
placeholder="url"
class="form-control">
</div>
<div class="form-group">
<input name="myFile" type="file" class="form-control"/>
<input name="userId" value="{{model.user._id}}" style="display: none"/>
Expand Down

0 comments on commit ee801ae

Please sign in to comment.