Skip to content

Commit b7e2006

Browse files
committed
Version 1.16.4
1 parent b7281bb commit b7e2006

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngmap",
3-
"version": "1.16.3",
3+
"version": "1.16.4",
44
"main": "./build/scripts/ng-map.js",
55
"homepage": "https://github.com/allenhwkim/angularjs-google-maps",
66
"authors": [

build/docs/source/info-window.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ <h1 class="title">
264264
} else {
265265
infoWindow.open(map);
266266
}
267+
var infoWindowContainerEl = infoWindow.content.parentElement.parentElement.parentElement;
268+
infoWindowContainerEl.className = "ng-map-info-window";
267269
});
268270
};
269271
return infoWindow;

build/scripts/ng-map.debug.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,8 @@ angular.module('ngMap').config([
11031103
} else {
11041104
infoWindow.open(map);
11051105
}
1106+
var infoWindowContainerEl = infoWindow.content.parentElement.parentElement.parentElement;
1107+
infoWindowContainerEl.className = "ng-map-info-window";
11061108
});
11071109
};
11081110

build/scripts/ng-map.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,8 @@ angular.module('ngMap').config([
11031103
} else {
11041104
infoWindow.open(map);
11051105
}
1106+
var infoWindowContainerEl = infoWindow.content.parentElement.parentElement.parentElement;
1107+
infoWindowContainerEl.className = "ng-map-info-window";
11061108
});
11071109
};
11081110

build/scripts/ng-map.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngmap",
3-
"version": "1.16.3",
3+
"version": "1.16.4",
44
"main": "build/scripts/ng-map.js",
55
"dependencies": {},
66
"engines": {

0 commit comments

Comments
 (0)