mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
10 lines
358 B
HTML
10 lines
358 B
HTML
<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>
|