GUAC-810: Reorganize client view to support text input. Handle text input choice in menu.

This commit is contained in:
Michael Jumper
2014-12-20 16:07:57 -08:00
parent 50d5a79031
commit a89101acaf
5 changed files with 117 additions and 137 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']);
angular.module('client', ['auth', 'history', 'osk', 'rest', 'textInput']);