Skip to content
Snippets Groups Projects
Commit e1cc3436 authored by jm's avatar jm
Browse files

[fix] map tooltip : display member status

parent 0b77f4f5
No related branches found
No related tags found
1 merge request!627[fix] map tooltip : display member status
...@@ -330,7 +330,8 @@ function MapWotViewController($scope, $filter, $templateCache, $interpolate, $ti ...@@ -330,7 +330,8 @@ function MapWotViewController($scope, $filter, $templateCache, $interpolate, $ti
pubkey: hit.pubke, pubkey: hit.pubke,
uid: hit.uid, uid: hit.uid,
name: title, name: title,
profile: hit profile: hit,
isMember: type == 'member'
}; };
markerScope.loadingMarker = false; markerScope.loadingMarker = false;
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment