From 1945d03a76fdcf0f85cadc482bf18834bb397d20 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sun, 18 Jan 2015 18:48:16 -0300 Subject: [PATCH] display settings for small screens --- js/controllers/homeWallet.js | 4 +--- views/homeWallet.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/js/controllers/homeWallet.js b/js/controllers/homeWallet.js index 849bfbb1f..a4efbe719 100644 --- a/js/controllers/homeWallet.js +++ b/js/controllers/homeWallet.js @@ -1,8 +1,6 @@ 'use strict'; -angular.module('copayApp.controllers').controller('HomeWalletController', function($scope, $rootScope, $timeout, $filter, $modal, rateService, notification, txStatus, identityService, isMobile) { - - $scope.isMobile = isMobile.any(); +angular.module('copayApp.controllers').controller('HomeWalletController', function($scope, $rootScope, $timeout, $filter, $modal, rateService, notification, txStatus, identityService) { $scope.openTxModal = function(tx) { var ModalInstanceCtrl = function($scope, $modalInstance) { diff --git a/views/homeWallet.html b/views/homeWallet.html index f724f1297..239d5b324 100644 --- a/views/homeWallet.html +++ b/views/homeWallet.html @@ -85,7 +85,7 @@ -
+