mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-12 07:57:41 +00:00
GUAC-955: Add element module and guacScroll directive. Refactor guacFocus to element module. Use guacScroll to update menu scroll during drag.
This commit is contained in:
@@ -23,4 +23,4 @@
|
||||
/**
|
||||
* The module for code used to connect to a connection or balancing group.
|
||||
*/
|
||||
angular.module('client', ['auth', 'history', 'osk', 'rest', 'textInput', 'touch']);
|
||||
angular.module('client', ['auth', 'element', 'history', 'osk', 'rest', 'textInput', 'touch']);
|
||||
|
Reference in New Issue
Block a user