From 3a6a7044521682b1db2683e41ea8207a94a919a5 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 18 Dec 2014 04:05:48 -0800 Subject: [PATCH] GUAC-932: Fix naming. --- .../main/webapp/app/home/directives/guacRecentConnections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {};