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

Commit 2c5b62c

Browse files
committed
moving markers assignment back
1 parent 214e0b1 commit 2c5b62c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/coffee/directives/api/models/parent/markers-parent-model.coffee

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@
4545
@markersIndex++
4646
,(()->) #nothing for pause
4747
,() => #handle done callBack
48-
scope.markerModels = @markers
49-
5048
@gMarkerManager.draw()
5149
@fit() if angular.isDefined(@attrs.fit) and scope.fit? and scope.fit
5250
#put MarkerModels into local scope
51+
scope.markerModels = @markers
5352
)
5453

5554

0 commit comments

Comments
 (0)