add faskclick
This commit is contained in:
parent
3627671307
commit
2f6e28f5e7
3 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue