Disable button
This commit is contained in:
parent
6d5fb581a6
commit
8066998776
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ angular.module('copayApp.controllers').controller('collectEmailController', func
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.save = function() {
|
$scope.save = function() {
|
||||||
|
$scope.disableButton = true;
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
var enabled = true; // Set enabled email: true
|
var enabled = true; // Set enabled email: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue