Clean useSendMax variable

This commit is contained in:
Gustavo Maximiliano Cortez 2017-04-16 22:29:17 -03:00
commit 4f4f0b417b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -251,5 +251,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
});
}
}
$scope.useSendMax = null;
};
});