Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit e3a7a7d

Browse files
committed
GUAC-959: Add ngTouch.
1 parent c36a994 commit e3a7a7d

File tree

3 files changed

+565
-1
lines changed

3 files changed

+565
-1
lines changed

guacamole/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
<jsSourceFile>lib/lodash.js</jsSourceFile>
132132
<jsSourceFile>lib/angular.js</jsSourceFile>
133133
<jsSourceFile>lib/angular-module-shim.js</jsSourceFile>
134+
<jsSourceFile>lib/angular-touch.js</jsSourceFile>
134135
<jsSourceFile>lib/plugins/angular-cookies.min.js</jsSourceFile>
135136
<jsSourceFile>lib/plugins/angular-route.js</jsSourceFile>
136137
<jsSourceFile>lib/plugins/angular-translate.js</jsSourceFile>

guacamole/src/main/webapp/app/index/indexModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
/**
2424
* The module for the root of the application.
2525
*/
26-
angular.module('index', ['ngRoute', 'pascalprecht.translate',
26+
angular.module('index', ['ngRoute', 'ngTouch', 'pascalprecht.translate',
2727
'auth', 'home', 'manage', 'login', 'client', 'notification', 'rest']);

0 commit comments

Comments
 (0)