Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit 69b2fb5

Browse files
committedNov 17, 2017
Build dist
1 parent 1a62a98 commit 69b2fb5

5 files changed

+9
-9
lines changed
 

‎dist/ui-leaflet.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-leaflet 2.0.0 2017-08-15
2+
* ui-leaflet 2.0.0 2017-11-17
33
* ui-leaflet - An AngularJS directive to easily interact with Leaflet maps
44
* git: https://github.com/angular-ui/ui-leaflet
55
*/
@@ -3105,7 +3105,7 @@ centerDirectiveTypes.forEach(function (directiveName) {
31053105
}
31063106

31073107
leafletScope.$watch(directiveName, function (center) {
3108-
if (leafletScope.settingCenterFromLeaflet) return;
3108+
if (!center.forceRefresh && leafletScope.settingCenterFromLeaflet) return;
31093109
//$log.debug("updated center model...");
31103110
// The center from the URL has priority
31113111
if (isDefined(urlCenterHash)) {

‎dist/ui-leaflet.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/ui-leaflet.min.no-header.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/ui-leaflet_dev_mapped.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/ui-leaflet_dev_mapped.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)