Fix notification and validation messages when creating and importing a profile.
This commit is contained in:
parent
0060c9a0c9
commit
7f89772c86
5 changed files with 32 additions and 25 deletions
|
|
@ -29,7 +29,6 @@ angular.module('copayApp.controllers').controller('ImportProfileController',
|
|||
} else {
|
||||
$scope.error = 'Unknown error';
|
||||
}
|
||||
$rootScope.$digest();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue