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

@@ -40,7 +40,7 @@ angular.module('manage').controller('statusController', ['$scope', '$rootScope',
statusModal.showStatus(false);
// Fire action event
$rootScope.$broadcast('guacStatusAction', action);
$rootScope.$broadcast('guacAction', action);
};