fix copayers
This commit is contained in:
parent
6dba17937f
commit
9e70821c4c
11 changed files with 392 additions and 315 deletions
|
|
@ -161,8 +161,8 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.state('unsupported', {
|
||||
url: '/unsupported',
|
||||
|
|
@ -223,11 +223,15 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
.state('copayers', {
|
||||
url: '/copayers',
|
||||
needProfile: true,
|
||||
cache: false,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/copayers.html'
|
||||
},
|
||||
}
|
||||
},
|
||||
params: {
|
||||
walletId: null,
|
||||
},
|
||||
})
|
||||
.state('preferences', {
|
||||
url: '/preferences',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue