diff --git a/guacamole/src/main/webapp/app/home/directives/guacRecentConnections.js b/guacamole/src/main/webapp/app/home/directives/guacRecentConnections.js index 5e8865a91..a819bc5b4 100644 --- a/guacamole/src/main/webapp/app/home/directives/guacRecentConnections.js +++ b/guacamole/src/main/webapp/app/home/directives/guacRecentConnections.js @@ -43,7 +43,7 @@ angular.module('home').directive('guacRecentConnections', [function guacRecentCo templateUrl: 'app/home/templates/guacRecentConnections.html', controller: ['$scope', '$injector', 'guacHistory', 'RecentConnection', - function guacGroupListController($scope, $injector, guacHistory, RecentConnection) { + function guacRecentConnectionsController($scope, $injector, guacHistory, RecentConnection) { var visibleObjects = {};