mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 06:31:22 +00:00
Merge pull request #58 from glyptodon/ipad-click-speed
GUAC-970: Add and fix ngTouch.
This commit is contained in:
@@ -23,5 +23,5 @@
|
||||
/**
|
||||
* The module for the root of the application.
|
||||
*/
|
||||
angular.module('index', ['ngRoute', 'pascalprecht.translate',
|
||||
angular.module('index', ['ngRoute', 'ngTouch', 'pascalprecht.translate',
|
||||
'auth', 'home', 'manage', 'login', 'client', 'notification', 'rest']);
|
||||
|
Reference in New Issue
Block a user