GUAC-901: Show/hide menu depending on swipe. Pan display via drag gestures. Fix missing input method IDs.

This commit is contained in:
Michael Jumper
2014-12-20 23:08:40 -08:00
parent 2f74f5025c
commit 8ec09dcb2b
4 changed files with 62 additions and 6 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']);
angular.module('client', ['auth', 'history', 'osk', 'rest', 'textInput', 'touch']);