Bug fixes. Split contacts and wallets from send

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-23 17:10:34 -03:00
commit b370e61012
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
8 changed files with 36 additions and 16 deletions

View file

@ -31,7 +31,7 @@ angular.module('copayApp.controllers').controller('addressbookAddController', fu
return;
}
if ($scope.fromSendTab) $scope.goHome();
else $state.go('tabs.addressbook');
else $ionicHistory.goBack();
});
}, 100);
};