From 0874f7dccbe97005c4140f3344eb9d79c5fbffad Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sun, 18 Jan 2015 18:45:46 -0300 Subject: [PATCH] profile without wallet, redir to add page --- js/services/identityService.js | 2 +- views/includes/sidebar.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/services/identityService.js b/js/services/identityService.js index 9ae9c6983..96cf0ed19 100644 --- a/js/services/identityService.js +++ b/js/services/identityService.js @@ -298,7 +298,7 @@ angular.module('copayApp.services') iden.on('noWallets', function() { notification.warning('No Wallets', 'Your profile has no wallets. Create one here'); $rootScope.starting = false; - $location.path('/create'); + $location.path('/add'); $timeout(function() { $rootScope.$digest(); }, 1); diff --git a/views/includes/sidebar.html b/views/includes/sidebar.html index ad85a547c..01e7cb93f 100644 --- a/views/includes/sidebar.html +++ b/views/includes/sidebar.html @@ -32,6 +32,7 @@