enable swipe for all devices with touch screen

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-11 20:12:43 -03:00
parent ce1ca3f597
commit 172759c711
1 changed files with 1 additions and 3 deletions

View File

@ -6,9 +6,7 @@ angular.module('copayApp.controllers').controller('IndexController', function($s
};
$scope.swipe = function(invert) {
if (isCordova) {
go.swipe(invert);
}
go.swipe(invert);
};
});