From 0dc7f41145e68d933894c833c49f1e4033b2a119 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 23 Apr 2015 12:05:26 -0300 Subject: [PATCH] Fastclick again --- Gruntfile.js | 2 +- bower.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1e77a305b..14a621b13 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -78,12 +78,12 @@ module.exports = function(grunt) { }, angular: { src: [ + 'bower_components/fastclick/lib/fastclick.js', 'bower_components/qrcode-generator/js/qrcode.js', 'bower_components/qrcode-decoder-js/lib/qrcode-decoder.js', 'bower_components/moment/min/moment-with-locales.js', 'bower_components/angular/angular.js', 'bower_components/angular-ui-router/release/angular-ui-router.js', - 'bower_components/angular-local-storage/dist/angular-local-storage.js', 'bower_components/angular-foundation/mm-foundation.js', 'bower_components/angular-foundation/mm-foundation-tpls.js', 'bower_components/angular-animate/angular-animate.js', diff --git a/bower.json b/bower.json index d90c214cb..87666e046 100644 --- a/bower.json +++ b/bower.json @@ -21,6 +21,7 @@ "angular-bitcore-wallet-client": "^0.0.18", "angular-ui-router": "~0.2.13", "qrcode-decoder-js": "*", + "fastclick": "*", "angular-ui-switch": "~0.1.0" }, "resolutions": {