rebase
This commit is contained in:
commit
7f3364c5d6
29 changed files with 182 additions and 199 deletions
|
|
@ -1,9 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesHistory',
|
||||
function($scope, $log, $timeout, storageService, $state, profileService, lodash) {
|
||||
var fc = profileService.focusedClient;
|
||||
var c = fc.credentials;
|
||||
function($scope, $log, $stateParams, $timeout, storageService, $state, profileService, lodash) {
|
||||
|
||||
var wallet = profileService.getWallet($stateParams.walletId);
|
||||
var c = wallet.credentials;
|
||||
$scope.csvReady = false;
|
||||
|
||||
$scope.csvHistory = function(cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue