Skip to content

Commit a2afcf5

Browse files
committed
build all to sync src to dist
1 parent 33b545a commit a2afcf5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dist/angular-leaflet-directive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* angular-leaflet-directive 0.8.5 2015-07-23
2+
* angular-leaflet-directive 0.8.5 2015-07-28
33
* angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps
44
* git: https://github.com/tombatossals/angular-leaflet-directive
55
*/
@@ -4425,7 +4425,7 @@ angular.module("leaflet-directive").directive('paths', ["$log", "$q", "leafletDa
44254425

44264426
// bind popup if defined
44274427
if (isDefined(newPath) && isDefined(pathData.message)) {
4428-
newPath.bindPopup(pathData.message);
4428+
newPath.bindPopup(pathData.message, pathData.popupOptions);
44294429
}
44304430

44314431
// Show label if defined

dist/angular-leaflet-directive.min.js

Lines changed: 3 additions & 3 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: 2 additions & 2 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.map

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

0 commit comments

Comments
 (0)