Skip to content

Commit e7f85e8

Browse files
author
Allen Kim
committed
fixed example
1 parent 90043c1 commit e7f85e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

testapp/event-properties.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
Assigning arguments in UI events
2323
<br/>
2424
When zoom level changed, the contents of infoWindow also updates.
25-
<ng-map zoom="4" center="-25.363882, 131.044922" on-zoom_changed="vm.zoomChanged()">
25+
<ng-map zoom="4" center="-25.363882, 131.044922"
26+
default-style="true"
27+
on-zoom_changed="vm.zoomChanged()">
2628
<info-window id="1" position="-25.363882, 131.044922" visible="true">
2729
<div ng-non-bindable>Change the zoom level</div>
2830
</info-window>

0 commit comments

Comments
 (0)