refactor isCordova
This commit is contained in:
parent
e7683ba86f
commit
1e55e465ca
8 changed files with 12 additions and 17 deletions
|
|
@ -1,9 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesLogs',
|
||||
function(historicLog, isCordova) {
|
||||
function(historicLog) {
|
||||
this.logs = historicLog.get();
|
||||
this.isCordova = isCordova;
|
||||
|
||||
this.sendLogs = function() {
|
||||
var body = 'Copay Session Logs\n Be careful, this could contain sensitive private data\n\n';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue