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

Commit

Permalink
Build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehuangsg committed Nov 17, 2017
1 parent 1a62a98 commit 69b2fb5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/ui-leaflet.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ui-leaflet 2.0.0 2017-08-15
* ui-leaflet 2.0.0 2017-11-17
* ui-leaflet - An AngularJS directive to easily interact with Leaflet maps
* git: https://github.com/angular-ui/ui-leaflet
*/
Expand Down Expand Up @@ -3105,7 +3105,7 @@ centerDirectiveTypes.forEach(function (directiveName) {
}

leafletScope.$watch(directiveName, function (center) {
if (leafletScope.settingCenterFromLeaflet) return;
if (!center.forceRefresh && leafletScope.settingCenterFromLeaflet) return;
//$log.debug("updated center model...");
// The center from the URL has priority
if (isDefined(urlCenterHash)) {
Expand Down
4 changes: 2 additions & 2 deletions dist/ui-leaflet.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ui-leaflet.min.no-header.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ui-leaflet_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 dist/ui-leaflet_dev_mapped.js.map

Large diffs are not rendered by default.

0 comments on commit 69b2fb5

Please sign in to comment.