mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 03:36:44 +01:00
implemented geolocation to events create and on event show
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<h2>{{event.user.username}}</h2>
|
||||
<p>{{event.user.shortDescription}}</p>
|
||||
</a>
|
||||
<div class="item item-image">
|
||||
<div class="item item-image" ng-show="event.img">
|
||||
<img ng-src="{{event.img}}">
|
||||
</div>
|
||||
<div class="item">
|
||||
@@ -14,10 +14,11 @@
|
||||
<p>{{event.date | date: 'HH:mm, dd/MM/yyyy'}}</p>
|
||||
</div>
|
||||
|
||||
<div class="item">
|
||||
<div class="item" ng-show="markers[0]">
|
||||
<h2>Map</h2>
|
||||
</div>
|
||||
<leaflet width="100%" height="40%" markers="markers" center="center" tiles="tiles" id="map-simple-map"></leaflet>
|
||||
<leaflet ng-show="markers[0]"
|
||||
width="100%" height="40%" markers="markers" center="center" tiles="tiles" id="map-simple-map"></leaflet>
|
||||
|
||||
<a class="item item-icon-left ctext_indigo500" ng-click="share(event)">
|
||||
<i class="icon ion-android-share-alt"></i> Share
|
||||
|
||||
Reference in New Issue
Block a user