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

Commit 596a041

Browse files
committed
formatting marker
1 parent 05b4702 commit 596a041

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/coffee/directives/api/marker.coffee

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
Thus there will be one html element per marker within the directive.
44
###
55
@ngGmapModule "directives.api", ->
6-
class @Marker extends directives.api.IMarker
7-
constructor: ($timeout) ->
8-
super($timeout)
9-
self = @
10-
@template = '<span class="angular-google-map-marker" ng-transclude></span>'
11-
@$log.info(@)
12-
13-
controller: ['$scope','$element', ($scope, $element) ->
14-
@getMarker = ->
15-
$element.data('instance')
16-
]
17-
link: (scope, element, attrs, ctrl) =>
6+
class @Marker extends directives.api.IMarker
7+
constructor: ($timeout) ->
8+
super($timeout)
9+
self = @
10+
@template = '<span class="angular-google-map-marker" ng-transclude></span>'
11+
@$log.info(@)
12+
13+
controller: ['$scope', '$element', ($scope, $element) ->
14+
@getMarker = ->
15+
$element.data('instance')
16+
]
17+
link: (scope, element, attrs, ctrl) =>
1818
scope.$on('$includeContentLoaded', (evt) ->
1919
ctrl.init(element.next())
2020
)

0 commit comments

Comments
 (0)