remove helper override
This commit is contained in:
parent
46a0303586
commit
c8e893f57f
1 changed files with 1 additions and 2 deletions
|
|
@ -52,8 +52,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
}
|
||||
var now = moment().unix();
|
||||
var timeExceeded = (now - feedbackInfo.time) >= 24 * 60 * 60;
|
||||
// $scope.showRateCard.value = timeExceeded && !feedbackInfo.sent;
|
||||
$scope.showRateCard.value = true;
|
||||
$scope.showRateCard.value = timeExceeded && !feedbackInfo.sent;
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue