Bug fixes after rebase.
Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
e6d997a701
commit
8c00fe27aa
8 changed files with 22 additions and 25 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('preferencesInformation',
|
||||
function($scope, $log, $ionicHistory, platformInfo, lodash, profileService, configService, $stateParams, $state) {
|
||||
function($scope, $log, $ionicHistory, platformInfo, lodash, profileService, configService, $stateParams, $state, walletService) {
|
||||
var wallet = profileService.getWallet($stateParams.walletId);
|
||||
$scope.wallet = wallet;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue