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

  1. <ion-view view-title="User">
  2. <ion-content>
  3. <div class="item item-avatar">
  4. <img ng-src="{{user.img}}">
  5. <div class="o_pullRight">
  6. <span class="badge badge-balanced">
  7. Following
  8. </span>
  9. </div>
  10. <h2>{{user.username}}</h2>
  11. <p>{{user.shortDescription}}</p>
  12. </div>
  13. <div class="item item-body">
  14. {{user.description}}
  15. </div>
  16. <leaflet width="100%" height="40%" markers="markers" center="center"
  17. tiles="tiles" id="map-simple-map"></leaflet>
  18. </ion-content>
  19. </ion-view>