Skip to content

Commit 8c892f9

Browse files
committed
Document the feature
1 parent 029b6f0 commit 8c892f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

directives/map.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Initialize a Google map within a `<div>` tag
1010
* with given options and register events
1111
*
12-
* @attr {Expression} map-initialized
12+
* @attr {Expression} map-initialized
1313
* callback function when map is initialized
1414
* e.g., map-initialized="mycallback(map)"
1515
* @attr {Expression} geo-callback if center is an address or current location,
@@ -36,6 +36,8 @@
3636
* When true the map will only display one info window at the time,
3737
* if not set or false,
3838
* everytime an info window is open it will be displayed with the othe one.
39+
* @attr {Boolean} trigger-resize
40+
* Default to false. Set to true to trigger resize of the map. Needs to be done anytime you resize the map
3941
* @example
4042
* Usage:
4143
* <map MAP_OPTIONS_OR_MAP_EVENTS ..>

0 commit comments

Comments
 (0)