display settings for small screens

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-18 18:48:16 -03:00
parent 5c3f74470b
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) {

View File

@ -85,7 +85,7 @@
</div>
</div>
<div class="row" ng-show="isMobile">
<div class="row hide-for-large-up">
<div class="large-12 columns text-right size-12">
<a ng-click="$root.go('more')"><i class="fi-widget"></i> Settings</a>
</div>