add faskclick

This commit is contained in:
Matias Alejo Garcia 2014-12-03 13:53:07 -03:00 committed by Gustavo Maximiliano Cortez
commit 2f6e28f5e7
3 changed files with 3 additions and 0 deletions

View file

@ -111,6 +111,7 @@ angular
$keepaliveProvider.interval(30); // in seconds
})
.run(function($rootScope, $location, $idle, gettextCatalog, uriHandler) {
FastClick.attach(document.body);
gettextCatalog.currentLanguage = config.defaultLanguage;
// not for mobileApp
if (!window.cordova) {