project started, some html and js files added, showing events and users work communicating with server api

This commit is contained in:
arnaucode
2017-02-18 11:07:07 +01:00
parent baa0d5c6f6
commit 0ef2b84b13
29 changed files with 873 additions and 0 deletions

20
www/templates/user.html Normal file
View File

@@ -0,0 +1,20 @@
<ion-view view-title="User">
<ion-content>
<div class="item item-avatar">
<img ng-src="{{user.img}}">
<div class="o_pullRight">
<span class="badge badge-balanced">
Following
</span>
</div>
<h2>{{user.username}}</h2>
<p>{{user.email}}</p>
</div>
<div class="item item-body">
asdf asdflk jasdfljashd fljkas dflka shdfklasd {{user.description}}
</div>
<leaflet width="100%" height="40%" markers="markers" center="center"
tiles="tiles" id="map-simple-map"></leaflet>
</ion-content>
</ion-view>