Skip to content

Commit 6ad86f2

Browse files
committed
Enable the new look for Google Maps in the example until it gets enabled
by default upstream
1 parent 2762d7a commit 6ad86f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/example-controller.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
}());
55

66
function ExampleController ($scope) {
7+
8+
// Enable the new Google Maps visuals until it gets enabled by default.
9+
// See http://googlegeodevelopers.blogspot.ca/2013/05/a-fresh-new-look-for-maps-api-for-all.html
10+
google.maps.visualRefresh = true;
711

812
angular.extend($scope, {
913

0 commit comments

Comments
 (0)