removed the wallets sidebar
This commit is contained in:
parent
e0e0f9b935
commit
c5cf104e86
5 changed files with 65 additions and 80 deletions
|
|
@ -102,6 +102,10 @@ angular
|
|||
.when('/profile', {
|
||||
templateUrl: 'views/profile.html',
|
||||
logged: true
|
||||
})
|
||||
.when('/add', {
|
||||
templateUrl: 'views/add.html',
|
||||
logged: true
|
||||
});
|
||||
|
||||
if (config.developmentFeatures) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue