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 @@ -
+