attack fastclick

This commit is contained in:
Matias Alejo Garcia 2015-04-23 18:05:31 -03:00
commit 1f403468e6
3 changed files with 8 additions and 9 deletions

View file

@ -376,6 +376,10 @@ angular
});
})
.run(function($rootScope, $state, $log, gettextCatalog, uriHandler, isCordova, amMoment, profileService) {
console.log('Attaching FastClick');
FastClick.attach(document.body);
// Auto-detect browser language
var userLang, androidLang;