summaryrefslogtreecommitdiffstats
path: root/js/controller/ShareController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/ShareController.js')
-rw-r--r--js/controller/ShareController.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/controller/ShareController.js b/js/controller/ShareController.js
index b0b199ef9..66d3ce217 100644
--- a/js/controller/ShareController.js
+++ b/js/controller/ShareController.js
@@ -9,6 +9,12 @@
app.controller('ShareController', function (ShareResource, Loading) {
'use strict';
+ this.showDropDown = false;
+
+ this.toggleDropdown = function() {
+ this.showDropDown = !this.showDropDown;
+ };
+
this.userList = [];
/**