remove description by entering blank text
This commit is contained in:
parent
8d80150322
commit
fc735cd4e2
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
||||||
};
|
};
|
||||||
|
|
||||||
popupService.showPrompt(null, message, opts, function(res) {
|
popupService.showPrompt(null, message, opts, function(res) {
|
||||||
if (res) $scope.description = res;
|
if (typeof res != 'undefined') $scope.description = res;
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$scope.$apply();
|
$scope.$apply();
|
||||||
}, 100);
|
}, 100);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue