fix karma by @matiu
This commit is contained in:
parent
c122cb3488
commit
18034fd643
4 changed files with 41 additions and 15 deletions
|
|
@ -57,7 +57,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
|
|||
});
|
||||
};
|
||||
|
||||
$scope.walletInfo = function(w) {
|
||||
$scope.showWalletInfo = function(w) {
|
||||
var ModalInstanceCtrl = function($scope, $modalInstance) {
|
||||
if (!w) return;
|
||||
$scope.isSafari = isMobile.Safari();
|
||||
|
|
@ -66,6 +66,7 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
|
|||
$scope.success = null;
|
||||
|
||||
$scope.deleteWallet = function() {
|
||||
|
||||
$scope.loading = true;
|
||||
identityService.deleteWallet($scope.item, function(err) {
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue