aleitner commented on code in PR #796:
URL: https://github.com/apache/guacamole-client/pull/796#discussion_r1119131938


##########
guacamole/src/main/frontend/src/app/clipboard/directives/guacClipboard.js:
##########
@@ -40,33 +40,38 @@ angular.module('clipboard').directive('guacClipboard', 
['$injector',
     var config = {
         restrict    : 'E',
         replace     : true,
+        scope: {
+            /**
+             * 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 updated with Clipboard data.
+             * 
+             * @type Boolean
+             */
+            isActive : '=?',

Review Comment:
   I was originally intending for it to be optional so that it could be set to 
true for any reason. This doesn't really make much sense so I removed it



-- 
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]

Reply via email to