GUAC-959: Add ngTouch.

This commit is contained in:
Michael Jumper
2015-01-05 01:46:12 -08:00
parent c36a9948ab
commit e3a7a7dcd3
3 changed files with 565 additions and 1 deletions

View File

@@ -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']);