display settings for small screens

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-18 18:48:16 -03:00
commit 1945d03a76
2 changed files with 2 additions and 4 deletions

View file

@ -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) {