From a5ae8f1803394531d0486fed858bff9e2d6b3aa4 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Thu, 7 May 2015 19:02:38 -0300 Subject: [PATCH] Removes ng-animate. Fix animation --- Gruntfile.js | 1 - bower.json | 1 - public/views/includes/topbar.html | 6 +-- public/views/modals/tx-details.html | 2 +- src/css/mobile.css | 72 ----------------------------- src/js/app.js | 1 - src/js/controllers/walletHome.js | 37 +++++++++++---- src/js/routes.js | 4 +- src/js/services/txStatus.js | 7 ++- 9 files changed, 40 insertions(+), 91 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index bae584c85..ff1368ead 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -85,7 +85,6 @@ module.exports = function(grunt) { 'bower_components/angular/angular.js', 'bower_components/angular-ui-router/release/angular-ui-router.js', 'bower_components/angular-foundation/mm-foundation-tpls.js', - 'bower_components/angular-animate/angular-animate.js', 'bower_components/angular-moment/angular-moment.js', 'bower_components/ng-lodash/build/ng-lodash.js', 'bower_components/angular-qrcode/qrcode.js', diff --git a/bower.json b/bower.json index efb529612..a924bcb97 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,6 @@ "dependencies": { "angular": "~1.3.13", "angular-foundation": "*", - "angular-animate": "~1.3.13", "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 28eab34a7..bf3fb769a 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -1,9 +1,9 @@