add comment header

This commit is contained in:
Matias Alejo Garcia 2016-06-04 17:33:06 -03:00
commit c50fab16cb
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -64,7 +64,7 @@ angular.module('copayApp.controllers').controller('preferencesHistory',
var satToBtc = 1 / 100000000;
self.csvContent = [];
self.csvFilename = 'Copay-' + (self.alias || self.walletName) + '.csv';
self.csvHeader = ['Date', 'Destination', 'Description', 'Amount', 'Currency', 'Txid', 'Creator', 'Copayers'];
self.csvHeader = ['Date', 'Destination', 'Description', 'Amount', 'Currency', 'Txid', 'Creator', 'Copayers', 'Comment'];
var _amount, _note, _copayers, _creator, _comment;
data.forEach(function(it, index) {