mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
implemented infinite scroll on travels, user avatar show image, added username on travels list
This commit is contained in:
9
www/templates/imgView.html
Normal file
9
www/templates/imgView.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user