Show balance of addresses. Remove filter noFractionNumber.

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-30 17:34:14 -03:00 committed by Matias Alejo Garcia
commit cd33523b3f
3 changed files with 5 additions and 5 deletions

View file

@ -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;