Skip to content

Commit

Permalink
issue 766 resolved with non-working skipped spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Jun 11, 2015
1 parent 1a5914d commit 2d52aad
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/angular-leaflet-directive.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* angular-leaflet-directive 0.8.2 2015-06-08
* angular-leaflet-directive 0.8.2 2015-06-11
* angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps
* git: https://github.com/tombatossals/angular-leaflet-directive
*/
Expand Down
37 changes: 37 additions & 0 deletions dist/angular-leaflet-directive.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-leaflet-directive_dev_mapped.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/unit/markersDirectiveSpec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe 'Directive: leaflet', ->


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

0 comments on commit 2d52aad

Please sign in to comment.