Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 54b7f25

Browse files
committed
setting model.show to false on closeClick issue #772
1 parent ad5920b commit 54b7f25

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

dist/angular-google-maps.js

+1
Original file line numberDiff line numberDiff line change
@@ -3013,6 +3013,7 @@ Original idea from: http://stackoverflow.com/questions/22758950/google-map-drawi
30133013
}
30143014
}
30153015
_this.gWin.isOpen(false);
3016+
_this.model.show = false;
30163017
if (_this.scope.closeClick != null) {
30173018
return _this.scope.$apply(_this.scope.closeClick());
30183019
}

0 commit comments

Comments
 (0)