mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-605: Fix usage of scope within client and tunnel.
This commit is contained in:
@@ -312,7 +312,7 @@ angular.module('client').directive('guacClient', [function guacClient() {
|
||||
|
||||
// Get new client instance
|
||||
var tunnel = guacTunnelFactory.getInstance($scope);
|
||||
client = guacClientFactory.getInstance(tunnel, $scope);
|
||||
client = guacClientFactory.getInstance($scope, tunnel);
|
||||
|
||||
// Init display
|
||||
display = client.getDisplay();
|
||||
|
Reference in New Issue
Block a user