summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 3dcea9bd1..d3aaf0295 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -121,7 +121,9 @@
</form>
- <a ng-repeat="user in Share.userList">
+ <a
+ ng-repeat="user in Share.userList"
+ ng-click="Share.shareItem(item.id, user.value.shareWith)">
{{ user.value.shareWith }}
</a>