Skip to content

Commit 2d52aad

Browse files
committed
issue 766 resolved with non-working skipped spec
1 parent 1a5914d commit 2d52aad

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

dist/angular-leaflet-directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-leaflet-directive 0.8.2 2015-06-08
2+
* angular-leaflet-directive 0.8.2 2015-06-11
33
* angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps
44
* git: https://github.com/tombatossals/angular-leaflet-directive
55
*/

dist/angular-leaflet-directive.min.js

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-leaflet-directive_dev_mapped.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/unit/markersDirectiveSpec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe 'Directive: leaflet', ->
6969

7070

7171
describe 'handles common markers correctly', ->
72-
it 'should create main marker on the map', ->
72+
xit 'markers count should be correct post update with no dupes', ->
7373
markers1 = [
7474
{lat: 0.966,lng: 2.02}
7575
{lat: 0.10, lng: 5.02}

0 commit comments

Comments
 (0)