From 5b88b8262304f36120fc5380bb614594bc99dcd9 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 29 Apr 2015 12:08:16 -0300 Subject: [PATCH] add customr swipe --- bower.json | 1 - public/views/includes/topbar.html | 2 +- src/css/mobile.css | 6 +- src/js/app.js | 1 - src/js/controllers/index.js | 2 +- src/js/controllers/walletHome.js | 2 +- src/js/directives/directives.js | 3 - src/js/directives/ngSwipe.js | 67 +++++++++++++ src/js/init.js | 2 - src/js/services/swipe.js | 150 ++++++++++++++++++++++++++++++ 10 files changed, 223 insertions(+), 13 deletions(-) create mode 100644 src/js/directives/ngSwipe.js create mode 100644 src/js/services/swipe.js diff --git a/bower.json b/bower.json index b2424b2bd..9343f9afb 100644 --- a/bower.json +++ b/bower.json @@ -10,7 +10,6 @@ "angular": "~1.3.13", "angular-foundation": "*", "angular-animate": "~1.3.13", - "angular-touch": "~1.3.0", "angular-qrcode": "~5.1.0", "angular-gettext": "~2.0.5", "animate.css": "~3.2.0", diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 1e0e8a7c0..78296bf0a 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -1,6 +1,6 @@