You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
358 B

<ion-view view-title="{{'Users' | translate}}">
<ion-content>
<ion-header-bar class="bar bar-header">
<a class="button" ng-click="modal.hide()">Back</a>
<h1 class="title">{{user.username}} profile image</h1>
</ion-header-bar>
<img ng-click="modal.hide()" ng-src="{{user.avatar}}" style="width:100%;" />
</ion-content>
</ion-view>