mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 11:46:39 +01:00
21 lines
591 B
HTML
21 lines
591 B
HTML
<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.shortDescription}}</p>
|
|
</div>
|
|
<div class="item item-body">
|
|
{{user.description}}
|
|
</div>
|
|
|
|
<leaflet width="100%" height="40%" markers="markers" center="center"
|
|
tiles="tiles" id="map-simple-map"></leaflet>
|
|
</ion-content>
|
|
</ion-view>
|