Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
fix(chapters): map cluster marker icons don't load due to Google CDN …
Browse files Browse the repository at this point in the history
…change

Fixes #92.
  • Loading branch information
Splaktar committed Aug 28, 2016
1 parent f8839f4 commit f39e457
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@
<script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/angular-directive.g-signin/google-plus-signin.js"></script>
<script src="bower_components/angular-simple-logger/dist/angular-simple-logger.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/markerclustererplus/src/markerclusterer.js"></script>
<script src="bower_components/google-maps-utility-library-v3-markerwithlabel/dist/markerwithlabel.js"></script>
<script src="bower_components/google-maps-utility-library-v3-infobox/dist/infobox.js"></script>
<script src="bower_components/google-maps-utility-library-v3-keydragzoom/dist/keydragzoom.js"></script>
<script src="bower_components/js-rich-marker/src/richmarker.js"></script>
<script src="bower_components/angular-google-maps/dist/angular-google-maps.js"></script>
<script src="bower_components/fullcalendar/dist/fullcalendar.js"></script>
<script src="bower_components/angular-ui-calendar/src/calendar.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"angular-sanitize": "1.4.7",
"angular-route": "1.4.7",
"angular-directive.g-signin": "0.1.1",
"angular-google-maps": "2.1.5",
"angular-google-maps": "2.3.4",
"angular-google-chart": "0.0.11",
"angular-ui-calendar": "1.0.1",
"angular-bootstrap": "0.8.0",
Expand Down

0 comments on commit f39e457

Please sign in to comment.