Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #200 from umts/fix-map-noshow
Browse files Browse the repository at this point in the history
Fix Map Not Displaying Second Time on Desktops
  • Loading branch information
Aaron Kaplowitz authored Sep 13, 2016
2 parents f91840b + 55dda33 commit 0284bf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/pages/route-map/map.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view view-title="Map">
<ion-view cache-view="false" view-title="Map">
<ion-content>
<div id="map"></div>
</ion-content>
Expand Down
2 changes: 1 addition & 1 deletion www/pages/stop-map/stop-map.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view view-title="Map">
<ion-view cache-view="false" view-title="Map">
<ion-content>
<div ng-if="noLocation">
<ion-item class="item item-assertive" style="text-align:center">
Expand Down
2 changes: 1 addition & 1 deletion www/pages/vehicle-map/map.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-view view-title="Map">
<ion-view cache-view="false" view-title="Map">
<ion-content>
<div id="map"></div>
</ion-content>
Expand Down

0 comments on commit 0284bf3

Please sign in to comment.