removed the wallets sidebar

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-17 19:36:35 -03:00
commit c5cf104e86
5 changed files with 65 additions and 80 deletions

View file

@ -102,6 +102,10 @@ angular
.when('/profile', {
templateUrl: 'views/profile.html',
logged: true
})
.when('/add', {
templateUrl: 'views/add.html',
logged: true
});
if (config.developmentFeatures) {