Show balance of addresses. Remove filter noFractionNumber.
This commit is contained in:
parent
01b678457d
commit
cd33523b3f
3 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services')
|
||||
.factory('pendingTxsService', function($rootScope, $sce, $location, $filter, notification, $timeout, rateService) {
|
||||
.factory('pendingTxsService', function($rootScope) {
|
||||
var root = {};
|
||||
root.update = function(w) {
|
||||
var w = $rootScope.wallet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue