This commit is contained in:
Matias Alejo Garcia 2016-08-24 20:17:48 -03:00
commit 6955bb4bf3
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 2 additions and 4 deletions

View file

@ -21,8 +21,7 @@ angular.module('copayApp.controllers').controller('activityController',
var i = $scope.wallets.length,
j = 0;
// var timeSpan = 60 * 60 * 24 * 7; TODO
var timeSpan = 60 * 60 * 6;
var timeSpan = 60 * 60 * 24 * 7;
var notifications = [];
$scope.fetchingNotifications = true;

View file

@ -22,8 +22,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
$scope.wallets = profileService.getWallets();
var i = $scope.wallets.length, j =0;
// var timeSpan = 60 * 60 * 24 * 7;
var timeSpan = 60 * 60 * 24 * 1;
var timeSpan = 60 * 60 * 24 * 7;
var notifications = [];
$scope.fetchingNotifications = true;