mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 11:46:39 +01:00
project started, some html and js files added, showing events and users work communicating with server api
This commit is contained in:
20
www/templates/user.html
Normal file
20
www/templates/user.html
Normal 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>
|
||||
Reference in New Issue
Block a user