GUACAMOLE-55: Move clipboard handling to own module. Represent clipboard contents with ClipboardData type.

This commit is contained in:
Michael Jumper
2016-06-23 00:24:01 -07:00
parent 7f08766392
commit 8c5446127b
9 changed files with 287 additions and 57 deletions

View File

@@ -22,6 +22,7 @@
*/
angular.module('client', [
'auth',
'clipboard',
'element',
'history',
'navigation',