From 0712300580c6e7901f1047c69afd997670f37749 Mon Sep 17 00:00:00 2001 From: Matias Pando Date: Tue, 2 Dec 2014 15:13:30 -0300 Subject: [PATCH] Fixing style --- js/controllers/history.js | 6 ------ views/history.html | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/js/controllers/history.js b/js/controllers/history.js index 20c149026..82c387d12 100644 --- a/js/controllers/history.js +++ b/js/controllers/history.js @@ -78,17 +78,11 @@ angular.module('copayApp.controllers').controller('HistoryController', } var items = res.items; -<<<<<<< HEAD var now = new Date(); _.each(items, function(tx) { tx.ts = tx.minedTs || tx.sentTs; tx.rateTs = Math.floor((tx.ts || now) / 1000); tx.amount = $filter('noFractionNumber')(tx.amount); -======= - - _.each(items, function(r, index) { - r.ts = r.minedTs || r.sentTs; ->>>>>>> Move function getTransactionHistoryCsv to wallet }); var index = _.indexBy(items, 'rateTs'); diff --git a/views/history.html b/views/history.html index d438af1b9..eaa23f302 100644 --- a/views/history.html +++ b/views/history.html @@ -130,7 +130,7 @@
-
+
Generating file...