.
This commit is contained in:
parent
720b914f40
commit
6955bb4bf3
2 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue