Merge pull request #329 from glyptodon/GUAC-1480 GUAC-1480: Use execCommand to allow for local clipboard integration
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/948ccffd Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/948ccffd Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/948ccffd Branch: refs/heads/master Commit: 948ccffd82d2479b8522de5035528c5dc786eebe Parents: 14889c7 a492e2a Author: Mike Jumper <[email protected]> Authored: Mon Feb 8 21:59:19 2016 -0800 Committer: Mike Jumper <[email protected]> Committed: Mon Feb 8 21:59:19 2016 -0800 ---------------------------------------------------------------------- .../app/client/controllers/clientController.js | 28 +++- .../webapp/app/client/directives/guacClient.js | 2 +- .../app/client/services/clipboardService.js | 165 +++++++++++++++++++ .../webapp/app/client/types/ManagedClient.js | 3 + 4 files changed, 190 insertions(+), 8 deletions(-) ----------------------------------------------------------------------
