Skip to content

Commit 6129519

Browse files
committed
Merge pull request angular-ui#1588 from juodumas/patch-2
Use correct markers.click arguments
2 parents b1fb028 + 96052fa commit 6129519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/examples/windows/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ angular.module('appMaps', ['uiGmapgoogle-maps'])
2323
ret[idKey] = i;
2424
return ret;
2525
};
26-
$scope.onClick = function(model) {
26+
$scope.onClick = function(marker, eventName, model) {
2727
console.log("Clicked!");
2828
model.show = !model.show;
2929
};

0 commit comments

Comments
 (0)