GUACAMOLE-571: Fix rootConnectionGroup typo in homeController.

This commit is contained in:
Nick Couchman
2018-06-07 16:58:45 -04:00
parent b0dffbc05e
commit 3a0b9e1550

View File

@@ -70,7 +70,7 @@ angular.module('home').controller('homeController', ['$scope', '$injector',
*/
$scope.isLoaded = function isLoaded() {
return $scope.rootConnectionGroup !== null;
return $scope.rootConnectionGroups !== null;
};