From 9c5f5e1f2f76a3ae5a4e2b6db04191ba0653c88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Thu, 23 Feb 2017 16:18:15 -0500 Subject: [PATCH 1/2] adding missing isCordova variable --- src/js/controllers/preferencesLogs.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/js/controllers/preferencesLogs.js b/src/js/controllers/preferencesLogs.js index 94b82e100..7d356e615 100644 --- a/src/js/controllers/preferencesLogs.js +++ b/src/js/controllers/preferencesLogs.js @@ -1,7 +1,11 @@ 'use strict'; angular.module('copayApp.controllers').controller('preferencesLogs', - function($scope, historicLog) { + function($scope, historicLog, platformInfo) { + + $scope.$on("$ionicView.beforeEnter", function(event, data) { + $scope.isCordova = platformInfo.isCordova; + }); $scope.$on("$ionicView.enter", function(event, data) { $scope.logs = historicLog.get(); From 8fe0383af4c6af91b1a34445b6b62c8bb47d344f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Fri, 24 Feb 2017 11:15:38 -0500 Subject: [PATCH 2/2] remove icons from buttons --- www/views/preferencesLogs.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/www/views/preferencesLogs.html b/www/views/preferencesLogs.html index 165490b9b..486a8d34d 100644 --- a/www/views/preferencesLogs.html +++ b/www/views/preferencesLogs.html @@ -6,12 +6,10 @@
-