display settings for small screens
This commit is contained in:
parent
5c3f74470b
commit
1945d03a76
2 changed files with 2 additions and 4 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
angular.module('copayApp.controllers').controller('HomeWalletController', function($scope, $rootScope, $timeout, $filter, $modal, rateService, notification, txStatus, identityService, isMobile) {
|
angular.module('copayApp.controllers').controller('HomeWalletController', function($scope, $rootScope, $timeout, $filter, $modal, rateService, notification, txStatus, identityService) {
|
||||||
|
|
||||||
$scope.isMobile = isMobile.any();
|
|
||||||
|
|
||||||
$scope.openTxModal = function(tx) {
|
$scope.openTxModal = function(tx) {
|
||||||
var ModalInstanceCtrl = function($scope, $modalInstance) {
|
var ModalInstanceCtrl = function($scope, $modalInstance) {
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row" ng-show="isMobile">
|
<div class="row hide-for-large-up">
|
||||||
<div class="large-12 columns text-right size-12">
|
<div class="large-12 columns text-right size-12">
|
||||||
<a ng-click="$root.go('more')"><i class="fi-widget"></i> Settings</a>
|
<a ng-click="$root.go('more')"><i class="fi-widget"></i> Settings</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue