Skip to content

Commit edd03f9

Browse files
committed
Merge pull request allenhwkim#430 from rocco/patch-1
Fix for info window appearing on wrong marker
2 parents 2d43915 + e96fe72 commit edd03f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapp/infowindow_ng_click.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
vm.showDetail = function(e, shop) {
2525
vm.shop = shop;
26-
vm.map.showInfoWindow('foo-iw', 'foo');
26+
vm.map.showInfoWindow('foo-iw', shop.id);
2727
};
2828

2929
vm.hideDetail = function() {

0 commit comments

Comments
 (0)