set 24 hours timer

This commit is contained in:
Gabriel Bazán 2016-11-08 12:37:05 -03:00
commit ac9cee8d6d
5 changed files with 22 additions and 7 deletions

View file

@ -42,8 +42,6 @@ angular.module('copayApp.controllers').controller('rateCardController', function
});
};
$scope.cancel = function() {};
$scope.hideCard = function() {
if ($scope.isModal) {
$scope.rateModal.hide();