From e26ebbe91ee709c9bc7c7d211024f8a63df48949 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 19 Dec 2014 13:06:34 -0800 Subject: [PATCH] GUAC-932: The guacGroupList context is an arbitrary object. --- .../src/main/webapp/app/groupList/directives/guacGroupList.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guacamole/src/main/webapp/app/groupList/directives/guacGroupList.js b/guacamole/src/main/webapp/app/groupList/directives/guacGroupList.js index c990ec34a..7d7f18871 100644 --- a/guacamole/src/main/webapp/app/groupList/directives/guacGroupList.js +++ b/guacamole/src/main/webapp/app/groupList/directives/guacGroupList.js @@ -41,6 +41,8 @@ angular.module('groupList').directive('guacGroupList', [function guacGroupList() * Arbitrary object which shall be made available to the connection * and connection group templates within the scope as * context. + * + * @type Object */ context : '=',