We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d43915 + e96fe72 commit edd03f9Copy full SHA for edd03f9
testapp/infowindow_ng_click.html
@@ -23,7 +23,7 @@
23
24
vm.showDetail = function(e, shop) {
25
vm.shop = shop;
26
- vm.map.showInfoWindow('foo-iw', 'foo');
+ vm.map.showInfoWindow('foo-iw', shop.id);
27
};
28
29
vm.hideDetail = function() {
0 commit comments