attack fastclick
This commit is contained in:
parent
3c00a4a06c
commit
1f403468e6
3 changed files with 8 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue