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

Commit d61c9ff

Browse files
committed
Merge pull request #112 from creativelikeadog/r1-dev
[r1-dev] Adding label directive to marker
2 parents 59844cb + 9299c9a commit d61c9ff

File tree

11 files changed

+1602
-14
lines changed

11 files changed

+1602
-14
lines changed

Gruntfile.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,15 @@ module.exports = function(grunt) {
5757
dist: {
5858
src: ['src/js/module.js',
5959
'tmp/output_coffee.js',
60+
'src/js/controllers/polyline-display.js',
6061
'src/js/utils/markerclusterer-r438.js',
62+
'src/js/utils/markerwithlabel-r1.1.9.js',
6163
'src/js/utils/LatLngArraySync.js',
6264
'src/js/utils/MapEvents.js',
63-
'src/js/controllers/polyline-display.js',
6465
'src/js/directives/map.js',
6566
'src/js/directives/marker.js',
6667
'src/js/directives/markers.js',
68+
'src/js/directives/label.js',
6769
'src/js/directives/polygon.js',
6870
'src/js/directives/polyline.js',
6971
'src/js/directives/window.js',
@@ -100,7 +102,7 @@ module.exports = function(grunt) {
100102

101103
jshint: {
102104
all: ['Gruntfile.js', 'src/js/**/*.js', 'test/js/**/*.js'],
103-
options: {ignores: ['src/js/utils/markerclusterer-r438.js']}
105+
options: {ignores: ['src/js/utils/markerclusterer-r438.js', 'src/js/utils/markerwithlabel-r1.1.9.js']}
104106
},
105107

106108
test: {

0 commit comments

Comments
 (0)