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 now = moment().unix();
|
||||||
var timeExceeded = (now - feedbackInfo.time) >= 24 * 60 * 60;
|
var timeExceeded = (now - feedbackInfo.time) >= 24 * 60 * 60;
|
||||||
// $scope.showRateCard.value = timeExceeded && !feedbackInfo.sent;
|
$scope.showRateCard.value = timeExceeded && !feedbackInfo.sent;
|
||||||
$scope.showRateCard.value = true;
|
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$scope.$apply();
|
$scope.$apply();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue