Repository: guacamole-client
Updated Branches:
  refs/heads/master b0dffbc05 -> 7e6df7c13


GUACAMOLE-571: Fix rootConnectionGroup typo in homeController.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/3a0b9e15
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/3a0b9e15
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/3a0b9e15

Branch: refs/heads/master
Commit: 3a0b9e15508710f2cfe351a9401ceea159080727
Parents: b0dffbc
Author: Nick Couchman <vn...@apache.org>
Authored: Thu Jun 7 16:58:45 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Thu Jun 7 16:58:45 2018 -0400

----------------------------------------------------------------------
 guacamole/src/main/webapp/app/home/controllers/homeController.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/3a0b9e15/guacamole/src/main/webapp/app/home/controllers/homeController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/home/controllers/homeController.js 
b/guacamole/src/main/webapp/app/home/controllers/homeController.js
index f0e753d..1cedead 100644
--- a/guacamole/src/main/webapp/app/home/controllers/homeController.js
+++ b/guacamole/src/main/webapp/app/home/controllers/homeController.js
@@ -70,7 +70,7 @@ angular.module('home').controller('homeController', 
['$scope', '$injector',
      */
     $scope.isLoaded = function isLoaded() {
 
-        return $scope.rootConnectionGroup !== null;
+        return $scope.rootConnectionGroups !== null;
 
     };
 

Reply via email to