include own notifications in ticker

This commit is contained in:
Matias Alejo Garcia 2016-08-31 15:23:44 -03:00
commit d14f5306e3
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 12 additions and 2 deletions

View file

@ -29,7 +29,8 @@ angular.module('copayApp.controllers').controller('activityController',
lodash.each($scope.wallets, function(wallet) {
walletService.getNotifications(wallet, {
timeSpan: timeSpan
includeOwn: true,
timeSpan: timeSpan,
}, function(err, n) {
if (err) {
console.log('[tab-home.js.35:err:]', $log.error(err)); //TODO