You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
627 B

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