Browse Source

group users edit select on click

develop
Robin Thoni 8 years ago
parent
commit
17609e003f
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      luticate/controllers/modals/groupusers.controller.js

+ 5
- 0
luticate/controllers/modals/groupusers.controller.js View File

@@ -59,6 +59,11 @@ angular.module('luticate')
59 59
 
60 60
                 getEditController: function () {
61 61
                     return null;
62
+                },
63
+
64
+                displayItem: function(item, scope)
65
+                {
66
+                    scope.toggleSelectedItem(item);
62 67
                 }
63 68
             };
64 69
 

Loading…
Cancel
Save