mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-06 19:26:41 +01:00
8 lines
238 B
HTML
8 lines
238 B
HTML
<ion-view view-title="Map of Events">
|
|
<ion-content class="c_blueGrey100">
|
|
<leaflet
|
|
width="100%" height="100%" markers="markers"
|
|
center="center" tiles="tiles" id="map-simple-map"></leaflet>
|
|
</ion-content>
|
|
</ion-view>
|