Re: Step-up from v1.30 to v1.40: Guacamole extension AngularJS $scope.client is undefined.

2024-09-09 Thread Nick Couchman
On Mon, Sep 9, 2024 at 2:02 PM Elijah wrote: > Hi, > > When creating a custom AngularJS directive pre-v1.2.0, the name of the > client variable to bind to was “client”. Now, after upgrading the guacamole > client to v1.5.0, the name has been changed to “focusedClient”. Changing > this name has so

Re: Step-up from v1.30 to v1.40: Guacamole extension AngularJS $scope.client is undefined.

2024-09-09 Thread Elijah
this was changed and documented? Thanks!! From: Elijah Sent: Thursday, August 29, 2024 11:41:27 PM To: user@guacamole.apache.org Subject: Step-up from v1.30 to v1.40: Guacamole extension AngularJS $scope.client is undefined. Hello, Guacamole is a product

Step-up from v1.30 to v1.40: Guacamole extension AngularJS $scope.client is undefined.

2024-08-29 Thread Elijah
Hello, Guacamole is a product that I use and love. I recently upgraded guacamole-client DOCKER versions from 1.3.0 to 1.4.0. This upgrade was largely due to the requirement of my host server running on RHEL8. I have an extension that I’ve built for Guacamole and has worked since version 1.10. N