set 24 hours timer
This commit is contained in:
parent
80888f63a1
commit
ac9cee8d6d
5 changed files with 22 additions and 7 deletions
|
|
@ -42,8 +42,6 @@ angular.module('copayApp.controllers').controller('rateCardController', function
|
|||
});
|
||||
};
|
||||
|
||||
$scope.cancel = function() {};
|
||||
|
||||
$scope.hideCard = function() {
|
||||
if ($scope.isModal) {
|
||||
$scope.rateModal.hide();
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@ angular.module('copayApp.controllers').controller('sendFeedbackController', func
|
|||
|
||||
var config = configService.getSync();
|
||||
var dataSrc = {
|
||||
"entry.490635314": lodash.values(config.emailFor)[0] || 'no email setted',
|
||||
"entry.1447064148": skip ? '-' : feedback,
|
||||
"entry.490635314": lodash.values(config.emailFor)[0] || ' ',
|
||||
"entry.1447064148": skip ? ' ' : feedback,
|
||||
"entry.2142850951": $stateParams.score
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue