main updated, new sections added to the app, layout of events updated

This commit is contained in:
arnaucode
2017-02-19 21:59:21 +01:00
parent 65f69551d0
commit 21ef03b997
9 changed files with 191 additions and 22 deletions

View File

@@ -9,7 +9,7 @@
ng-repeat="user in users" type="item-text-wrap" href="#/app/users/{{user._id}}">
<img ng-src="{{user.img}}">
<h2>{{user.username}}</h2>
<p>{{user.email}}</p>
<p>{{user.shortDescription}}</p>
<span class="badge badge-balanced">Following</span>
</ion-item>