implemented infinite scroll on travels, user avatar show image, added username on travels list

This commit is contained in:
arnaucode
2017-07-10 20:05:22 +02:00
parent 94c9be1a82
commit 72111df0d3
43 changed files with 458 additions and 345 deletions

View 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>