GUAC-932: The guacGroupList context is an arbitrary object.

This commit is contained in:
Michael Jumper
2014-12-19 13:06:34 -08:00
parent 66e7fb2234
commit e26ebbe91e

View File

@@ -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
* <code>context</code>.
*
* @type Object
*/
context : '=',