fix toast message

This commit is contained in:
Gabriel Bazán 2016-02-23 12:23:58 -03:00
parent 5809de20c9
commit 6f1987f5df
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.txHistoryToList = filter(self.search).slice(0, self.historyShowLimit);
if (isCordova)
window.plugins.toast.showShortBottom(gettextCatalog.getString('Matches: ' + self.txHistoryToList.length));
window.plugins.toast.showShortBottom(gettextCatalog.getString('Matches: ' + self.result.length));
$timeout(function() {
$rootScope.$apply();