.
This commit is contained in:
parent
a4bc232f3a
commit
8bc84d397d
6 changed files with 21 additions and 13 deletions
|
|
@ -35,7 +35,8 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
});
|
||||
|
||||
walletService.getNotifications(wallet, {
|
||||
timeSpan: timeSpan
|
||||
timeSpan: timeSpan,
|
||||
includeOwn: true,
|
||||
}, function(err, n) {
|
||||
if (err) {
|
||||
console.log('[tab-home.js.35:err:]', $log.error(err)); //TODO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue