GUAC-809: Show OSK if selected within menu.

This commit is contained in:
Michael Jumper
2014-12-18 05:01:51 -08:00
parent de24eef9b8
commit 1e39ff7569
5 changed files with 27 additions and 5 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', 'rest']);
angular.module('client', ['auth', 'history', 'osk', 'rest']);