Fixed layout for small devices. remove unused function and css classes.
This commit is contained in:
parent
40a13ecef8
commit
885765b873
10 changed files with 92 additions and 166 deletions
|
|
@ -2,7 +2,10 @@
|
|||
|
||||
angular.module('copayApp.controllers').controller('CopayersController',
|
||||
function($scope, $rootScope, $location, controllerUtils) {
|
||||
$rootScope.title = 'Copayers';
|
||||
if (!$rootScope.wallet.isReady()) {
|
||||
$rootScope.title = 'Waiting copayers for ' + $rootScope.wallet.getName();
|
||||
}
|
||||
$scope.loading = false;
|
||||
|
||||
$scope.goToWallet = function() {
|
||||
controllerUtils.updateAddressList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue