Merge pull request #58 from glyptodon/ipad-click-speed

GUAC-970: Add and fix ngTouch.
This commit is contained in:
James Muehlner
2015-01-05 08:56:27 -08:00
3 changed files with 588 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']);