view logs in UX
This commit is contained in:
parent
6723cba56a
commit
f47d6b0564
16 changed files with 188 additions and 47 deletions
7
src/js/controllers/preferencesLogs.js
Normal file
7
src/js/controllers/preferencesLogs.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesLogs',
|
||||
function(historicLog) {
|
||||
this.logs = historicLog.get();
|
||||
console.log('[preferencesLogs.js.5:historicLog:]',this.logs); //TODO
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue