mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-807 Got mouse emulation modes working.
This commit is contained in:
@@ -47,6 +47,11 @@ angular.module('home').controller('clientController', ['$scope', '$routeParams',
|
||||
// Hide menu by default
|
||||
$scope.menuShown = false;
|
||||
|
||||
// Convenience method for closing the menu
|
||||
$scope.closeMenu = function closeMenu() {
|
||||
$scope.menuShown = false;
|
||||
};
|
||||
|
||||
// Update the model when clipboard data received from client
|
||||
$scope.$on('guacClientClipboard', function clipboardDataReceived(clipboardData) {
|
||||
$scope.guacClipboard = clipboardData;
|
||||
|
Reference in New Issue
Block a user