jmuehlner commented on code in PR #796:
URL: https://github.com/apache/guacamole-client/pull/796#discussion_r1119161187
##########
guacamole/src/main/frontend/src/app/clipboard/directives/guacClipboard.js:
##########
@@ -48,25 +48,26 @@ angular.module('clipboard').directive('guacClipboard',
['$injector',
function guacClipboardController($scope, $injector, $element) {
/**
- * The DOM element which will contain the clipboard contents within the
- * user interface provided by this directive.
- *
- * @type Element
+ * When isActive is set to true then the Clipboard data will be
+ * displayed in the Clipboard Editor. When false, the Clipboard Editor
+ * will not be displayed with Clipboard data.
+ *
+ * @type Boolean
*/
- var element = $element[0];
-
+ $scope.isActive = false;
+
Review Comment:
Oops! Trailing whitespace.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]