Skip to content

Commit

Permalink
Step 17.16: Refactor PartiesMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 81e6cbb commit bfbfd93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imports/ui/components/partiesMap/partiesMap.html
@@ -1,3 +1,6 @@
<h4>
See all the parties:
</h4>
<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>
Expand Down

0 comments on commit bfbfd93

Please sign in to comment.