Merge pull request #3509 from bitpay/v1.5

Update v1.6 from v1.5
This commit is contained in:
Gustavo Maximiliano Cortez 2015-11-20 17:14:42 -03:00
commit e72b76941b
12 changed files with 15 additions and 15 deletions

View file

@ -615,7 +615,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.alternativeConversionRate = $filter('noFractionNumber')(alternativeConversionRate, 2);
self.alternativeBalanceAvailable = true;
self.updatingBalance = false;
self.isRateAvailable = true;
$rootScope.$apply();