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:
Michael Jumper
2014-12-28 14:47:04 -08:00
parent 04dee83802
commit d3e4a5307c
8 changed files with 203 additions and 9 deletions

View File

@@ -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']);