Skip to content

Commit

Permalink
Step 16.3: Create template for PartyMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 2283f31 commit 4b40c1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imports/ui/components/partyMap/partyMap.html
@@ -0,0 +1,5 @@
<div class="angular-google-map-container">
<ui-gmap-google-map center="partyMap.location || partyMap.map.center" events="partyMap.map.events" zoom="partyMap.map.zoom">
<ui-gmap-marker coords="partyMap.location" options="partyMap.marker.options" events="partyMapmarker.events" idKey="party-location"></ui-gmap-marker>
</ui-gmap-google-map>
</div>

0 comments on commit 4b40c1b

Please sign in to comment.