GUAC-605: Use consistent event naming.

This commit is contained in:
Michael Jumper
2014-11-16 16:47:55 -08:00
parent 452ec41fbd
commit 0f159d73ad
3 changed files with 5 additions and 5 deletions

View File

@@ -244,7 +244,7 @@ angular.module('home').controller('clientController', ['$scope', '$routeParams',
});
// Handle reconnect action
$scope.$on('guacStatusAction', function actionListener(event, action) {
$scope.$on('guacAction', function actionListener(event, action) {
if (action === "client.action.reconnect")
$scope.id = uniqueId;