From e24628d77587f5c83974e2b866e5dd75c2b7222d Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Mon, 4 May 2015 19:23:18 -0300 Subject: [PATCH] New slide up/down for different states --- Gruntfile.js | 1 - public/index.html | 11 ++- public/views/modals/txp-details.html | 2 +- src/css/mobile.css | 103 +++++++++++++++++---------- src/js/controllers/index.js | 11 ++- src/js/controllers/walletHome.js | 4 +- src/js/routes.js | 17 ++++- 7 files changed, 100 insertions(+), 49 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3a72574f9..f9c8d3199 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -84,7 +84,6 @@ module.exports = function(grunt) { '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-foundation/mm-foundation.js', 'bower_components/angular-foundation/mm-foundation-tpls.js', 'bower_components/angular-animate/angular-animate.js', 'bower_components/angular-moment/angular-moment.js', diff --git a/public/index.html b/public/index.html index 44897404c..142969ec2 100644 --- a/public/index.html +++ b/public/index.html @@ -31,8 +31,15 @@
diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index 61f6a9ad2..a2cd28405 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -1,6 +1,6 @@