Skip to content

Commit

Permalink
Step 16.11: Create view for PartiesMap
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 4be4b09 commit 31f8efa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imports/ui/components/partiesMap/partiesMap.html
@@ -0,0 +1,5 @@
<div class="angular-google-map-container">
<ui-gmap-google-map center="partiesMap.map.center" zoom="partiesMap.map.zoom">
<ui-gmap-markers models="partiesMap.parties" coords="'location'" fit="true" idkey="'_id'" doRebuildAll="true"></ui-gmap-markers>
</ui-gmap-google-map>
</div>

0 comments on commit 31f8efa

Please sign in to comment.