Skip to content

Commit fbd4e0a

Browse files
authored
Fixes for #11. (#12)
1 parent 54d2f90 commit fbd4e0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/ml-ol-maps-ng.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484

8585
if ($scope.enableLinks) {
86-
mapLinksService.search(featureUri).then(function(items) {
86+
mapLinksService.search(feature.get('uri')).then(function(items) {
8787
ctrl.addLinkedNodes(items);
8888
ctrl.addLinks(items);
8989
});

0 commit comments

Comments
 (0)