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


##########
guacamole/src/main/frontend/src/app/clipboard/directives/guacClipboard.js:
##########
@@ -40,13 +40,31 @@ angular.module('clipboard').directive('guacClipboard', 
['$injector',
     var config = {
         restrict    : 'E',
         replace     : true,
+        scope: {
+            /**
+             * The message that will be displayed within the Clipboard Editor
+             * when it does not have focus.
+             *
+             * @type String
+             */
+            inactiveContent : '=',

Review Comment:
   Previously I had the translator injected into this and would retrieve the 
text from there, but I was asked to instead just pass the text from the client. 
This sounds like you are asking me to go back to the way the code originally 
was. Am I understanding that correctly?



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