Merge pull request #730 from yemel/fix/new-address-on-payment

Change default address list
This commit is contained in:
Gustavo Maximiliano Cortez 2014-06-24 12:00:12 -03:00
commit da445e7c69
3 changed files with 61 additions and 36 deletions

View file

@ -413,7 +413,7 @@
</span>
</a>
<a class="secondary radius" ng-click="showAll=!showAll" ng-show="(addresses|withoutFunds) > 1">
<a class="secondary radius" ng-click="showAll=!showAll" ng-show="addresses.length != (addresses|limitAddress).length">
<span ng-if="!showAll">Show all</span>
<span ng-if="showAll">Show less</span>
</a>